Fix SCSS processing when undoing theming values
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9386b07ed8
commit
3379290a73
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ class ThemingController extends Controller {
|
|||
public function undo($setting) {
|
||||
$value = $this->themingDefaults->undo($setting);
|
||||
// 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') {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue