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:
Robin Appelman 2016-11-21 13:10:55 +01:00
parent ba9b17c906
commit 58685413d2
No known key found for this signature in database
GPG Key ID: 425003AC385454C5
1 changed files with 3 additions and 0 deletions

View File

@ -283,4 +283,7 @@ class OC_Defaults {
} }
} }
public function shouldReplaceIcons() {
return false;
}
} }