mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
fix use of old egw class in favor of new Api\Egw
This commit is contained in:
parent
225bc0bbc2
commit
16689ebc27
@ -92,7 +92,7 @@ function egw_exception_handler($e)
|
|||||||
// handle redirects without logging
|
// handle redirects without logging
|
||||||
if ($e instanceof Api\Exception\Redirect)
|
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
|
// logging all exceptions to the error_log (if not cli) and get headline
|
||||||
$headline = null;
|
$headline = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user