mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #19607 from nextcloud/backport/19566/stable18
[stable18] FIx logging in accessibility controller
This commit is contained in:
commit
38ea4d2d19
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