mirror of
https://github.com/nextcloud/server.git
synced 2026-06-16 20:19:48 -04:00
Merge pull request #7770 from nextcloud/stable12-7756
[stable12] Fix SCSS processing when undoing theming values
This commit is contained in:
commit
af1fb350c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue