Merge pull request #7770 from nextcloud/stable12-7756
[stable12] Fix SCSS processing when undoing theming values
This commit is contained in:
commit
af1fb350c6
|
@ -285,7 +285,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 New Issue