mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #24385 from owncloud/DeepDiver1975-patch-1
Fix undefined variable $ex
This commit is contained in:
commit
953ebb0584
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