Merge pull request #19566 from nextcloud/bugfix/noid/fix-logging

FIx logging in accessibility controller
This commit is contained in:
Roeland Jago Douma 2020-02-22 21:44:30 +01:00 committed by GitHub
commit 881216170c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ class AccessibilityController extends Controller {
$scss->compile($variables);
$this->injectedVariables = $variables;
} catch (ParserException $e) {
$this->logger->error($e, ['app' => 'core']);
$this->logger->logException($e, ['app' => 'core']);
}
return $variables;
}