mirror of
https://github.com/nextcloud/server.git
synced 2026-05-13 08:59:42 -04:00
Fix faulty path in theming scss generation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
1f2437e2c5
commit
7bc63f6135
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ class ThemingController extends Controller {
|
|||
$this->themingDefaults->set($setting, $value);
|
||||
|
||||
// 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');
|
||||
|
||||
return new DataResponse(
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue