bugfix for api
This commit is contained in:
parent
3f8ecd96c2
commit
346f54c106
@ -42,6 +42,8 @@ class api {
|
|||||||
$parentid = intval($item[\SYSTEM\DBD\APITable::FIELD_ID]);
|
$parentid = intval($item[\SYSTEM\DBD\APITable::FIELD_ID]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(count($commands) <= 0){
|
||||||
|
return \call_user_func(array($apiclassname,'default_page'));}
|
||||||
|
|
||||||
//Parameters
|
//Parameters
|
||||||
$parameters = array();
|
$parameters = array();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user