forked from extern/egroupware
fix Error Method admin_account::delete::et2_process() does not exist
This commit is contained in:
parent
a3b63c9514
commit
1d462dabfd
@ -127,8 +127,8 @@ class Request
|
||||
list($appName) = explode('_',$className);
|
||||
}
|
||||
|
||||
// Check for a real static method, avoid instanciation if it is
|
||||
$m = new ReflectionMethod($menuaction);
|
||||
// Check for a real static method, avoid instantiation if it is
|
||||
$m = new ReflectionMethod($className.'::'.$functionName);
|
||||
if($m->isStatic())
|
||||
{
|
||||
$ajaxClass = $className;
|
||||
|
Loading…
Reference in New Issue
Block a user