|
@@ -282,7 +282,7 @@ |
|
|
block discarded – undo |
|
282
|
282
|
// Try adding or editing |
|
283
|
283
|
$content .= $this->editTaskAction($requestUri); |
|
284
|
284
|
$sectionTitle = $this->getLanguageService()->getLL('action.' . $this->getCurrentAction()); |
|
285
|
|
- } catch (\LogicException|\UnexpectedValueException|\OutOfBoundsException $e) { |
|
|
285
|
+ } catch (\LogicException | \UnexpectedValueException | \OutOfBoundsException $e) { |
|
286
|
286
|
// Catching all types of exceptions that were previously handled and |
|
287
|
287
|
// converted to messages |
|
288
|
288
|
$content .= $this->listTasksAction(); |
Please login to merge, or discard this patch.