Merge pull request #7756 from nextcloud/fix-theming-rebase-url
Fix SCSS processing when undoing theming values
This commit is contained in:
commit
8c9e584c6b
|
@ -324,7 +324,7 @@ class ThemingController extends Controller {
|
||||||
public function undo($setting) {
|
public function undo($setting) {
|
||||||
$value = $this->themingDefaults->undo($setting);
|
$value = $this->themingDefaults->undo($setting);
|
||||||
// reprocess server scss for preview
|
// 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') {
|
if($setting === 'logoMime') {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue