mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
FIx logging in accessibility controller
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
a1fc233fcb
commit
150082397e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue