|
@@ -63,7 +63,7 @@ class Manage
|
|
public function showType_api()
|
|
public function showType_api()
|
|
{
|
|
{
|
|
$value = Dever::input('value');
|
|
$value = Dever::input('value');
|
|
-
|
|
|
|
|
|
+ $data = array();
|
|
$config['type_id'] = Dever::db('page/data')->config['struct']['type_id'];
|
|
$config['type_id'] = Dever::db('page/data')->config['struct']['type_id'];
|
|
$config['type_id']['name'] = '';
|
|
$config['type_id']['name'] = '';
|
|
if ($value == -1) {
|
|
if ($value == -1) {
|