From: Julius Härtl Date: Tue, 9 Jan 2018 13:18:03 +0000 (+0100) Subject: Fix SCSS processing when undoing theming values X-Git-Tag: v12.0.5RC2~15^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F7770%2Fhead;p=nextcloud-server.git Fix SCSS processing when undoing theming values Signed-off-by: Julius Härtl --- diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index f8926661c22..ad12e754e79 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -285,7 +285,7 @@ class ThemingController extends Controller { public function undo($setting) { $value = $this->themingDefaults->undo($setting); // reprocess server scss for preview - $cssCached = $this->scssCacher->process(\OC::$SERVERROOT, '/core/css/server.scss', 'core'); + $cssCached = $this->scssCacher->process(\OC::$SERVERROOT, 'core/css/server.scss', 'core'); if($setting === 'logoMime') { try {