mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 22:08:45 +01:00
fixed error when registration was enabled for a user and he looks at /apps, caused by regitering a - not existing - query method in link-registry of registration
This commit is contained in:
parent
1fb2198422
commit
66e9ef08b3
@ -691,8 +691,8 @@ class egw_link extends solink
|
||||
}
|
||||
else
|
||||
{
|
||||
// Fall back to original method
|
||||
$result = ExecMethod2($method,$pattern,$options);
|
||||
// if there is no object or no method, give a more explaining error message
|
||||
throw new egw_exception_assertion_failed("Object has no method '$reg[query]'!");
|
||||
}
|
||||
|
||||
if (!isset($options['total']))
|
||||
|
Loading…
Reference in New Issue
Block a user