Merge pull request #7710 from nextcloud/theming-fix-scss

Fix url rebase when changing the theming color
This commit is contained in:
Morris Jobke 2018-01-05 10:43:16 +01:00 committed by GitHub
commit ad8e9b2f5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(
[