Merge pull request #7710 from nextcloud/theming-fix-scss
Fix url rebase when changing the theming color
This commit is contained in:
commit
ad8e9b2f5f
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,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