mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix white screen of death in maintenance mode when theming is disabled
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
ba9b17c906
commit
58685413d2
1 changed files with 3 additions and 0 deletions
|
|
@ -283,4 +283,7 @@ class OC_Defaults {
|
|||
}
|
||||
}
|
||||
|
||||
public function shouldReplaceIcons() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue