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

View file

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