Skip to content

Commit 52562d5

Browse files
committed
Fix faulty path in theming scss generation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 3c07903 commit 52562d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/theming/lib/Controller/ThemingController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function updateStylesheet($setting, $value) {
176176
$this->themingDefaults->set($setting, $value);
177177

178178
// reprocess server scss for preview
179-
$cssCached = $this->scssCacher->process(\OC::$SERVERROOT, '/core/css/server.scss', 'core');
179+
$cssCached = $this->scssCacher->process(\OC::$SERVERROOT, 'core/css/server.scss', 'core');
180180

181181
return new DataResponse(
182182
[

0 commit comments

Comments
 (0)