Completed
Pull Request — master (#59)
by Julius
02:42
created
lib/Middleware/SharingMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 	 */
61 61
 	public function afterException($controller, $methodName, \Exception $exception) {
62 62
 		if ($exception instanceof StatusException) {
63
-			if($this->config->getSystemValue('loglevel', Util::WARN) === Util::DEBUG) {
63
+			if ($this->config->getSystemValue('loglevel', Util::WARN) === Util::DEBUG) {
64 64
 				$this->logger->logException($exception);
65 65
 			}
66 66
 			return new JSONResponse([
Please login to merge, or discard this patch.