Skip to content
Snippets Groups Projects
Commit 953ebb05 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #24385 from owncloud/DeepDiver1975-patch-1

Fix undefined variable $ex
parents d7eb17bd 211e518e
No related branches found
No related tags found
No related merge requests found
...@@ -166,5 +166,5 @@ try { ...@@ -166,5 +166,5 @@ try {
} catch (Exception $ex) { } catch (Exception $ex) {
handleException($ex); handleException($ex);
} catch (Error $e) { } catch (Error $e) {
handleException($ex); handleException($e);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment