mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fix use of old egw class in favor of new Api\Egw
This commit is contained in:
parent
eb859ca36b
commit
12752f65d9
@ -92,7 +92,7 @@ function egw_exception_handler($e)
|
||||
// handle redirects without logging
|
||||
if ($e instanceof Api\Exception\Redirect)
|
||||
{
|
||||
egw::redirect($e->url, $e->app);
|
||||
Api\Egw::redirect($e->url, $e->app);
|
||||
}
|
||||
// logging all exceptions to the error_log (if not cli) and get headline
|
||||
$headline = null;
|
||||
|
Loading…
Reference in New Issue
Block a user