mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix Error Method admin_account::delete::et2_process() does not exist
This commit is contained in:
parent
8e2b649801
commit
8b0cf6dbf2
@ -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