mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
remove Exception type, to not get a Type error when PHP 7+ throws an Error
This commit is contained in:
parent
584ecf07ed
commit
8040fa49ec
@ -2218,9 +2218,9 @@ class CalDAV extends HTTP_WebDAV_Server
|
||||
*
|
||||
* Does NOT return and get installed in constructor.
|
||||
*
|
||||
* @param \Exception $e
|
||||
* @param \Exception|\Error $e
|
||||
*/
|
||||
public static function exception_handler(\Exception $e)
|
||||
public static function exception_handler($e)
|
||||
{
|
||||
// logging exception as regular egw_execption_hander does
|
||||
$headline = null;
|
||||
|
Loading…
Reference in New Issue
Block a user