Merge pull request #24385 from owncloud/DeepDiver1975-patch-1
Fix undefined variable $ex
This commit is contained in:
commit
953ebb0584
|
@ -166,5 +166,5 @@ try {
|
|||
} catch (Exception $ex) {
|
||||
handleException($ex);
|
||||
} catch (Error $e) {
|
||||
handleException($ex);
|
||||
handleException($e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue