|
@@ -117,7 +117,8 @@ |
|
|
block discarded – undo |
|
117
|
117
|
Logger::backgroundJobIssue($this->getDatabase(), $job); |
|
118
|
118
|
|
|
119
|
119
|
$database->commit(); |
|
120
|
|
- } catch (Exception $ex) { |
|
|
120
|
+ } |
|
|
121
|
+ catch (Exception $ex) { |
|
121
|
122
|
// oops, something went horribly wrong trying to handle this in a nice way; let's just fall back to |
|
122
|
123
|
// logging this to disk for a tool root to investigate. |
|
123
|
124
|
ExceptionHandler::logExceptionToDisk($ex, $this->getSiteConfiguration()); |
Please login to merge, or discard this patch.