Skip to content

Commit 38ea4d2

Browse files
authored
Merge pull request #19607 from nextcloud/backport/19566/stable18
[stable18] FIx logging in accessibility controller
2 parents 13b3637 + c97df15 commit 38ea4d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/accessibility/lib/Controller/AccessibilityController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ private function getInjectedVariables(): string {
314314
$scss->compile($variables);
315315
$this->injectedVariables = $variables;
316316
} catch (ParserException $e) {
317-
$this->logger->error($e, ['app' => 'core']);
317+
$this->logger->logException($e, ['app' => 'core']);
318318
}
319319
return $variables;
320320
}

0 commit comments

Comments
 (0)