mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Fix undefined variable $ex
This commit is contained in:
parent
b8650be732
commit
211e518e16
1 changed files with 1 additions and 1 deletions
|
|
@ -166,5 +166,5 @@ try {
|
|||
} catch (Exception $ex) {
|
||||
handleException($ex);
|
||||
} catch (Error $e) {
|
||||
handleException($ex);
|
||||
handleException($e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue