Merge pull request #2211 from nextcloud/maintenance-wsod

fix white screen of death in maintenance mode when theming is disabled
This commit is contained in:
Robin Appelman 2016-11-21 14:00:41 +01:00 committed by GitHub
commit efdef8f801
1 changed files with 3 additions and 0 deletions

View File

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