]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix white screen of death in maintenance mode when theming is disabled 2211/head
authorRobin Appelman <robin@icewind.nl>
Mon, 21 Nov 2016 12:10:55 +0000 (13:10 +0100)
committerRobin Appelman <robin@icewind.nl>
Mon, 21 Nov 2016 12:10:55 +0000 (13:10 +0100)
Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/private/legacy/defaults.php

index 23590cd9235f6a380c8a5080d8cba1aa15bc4888..6abc399bc820c21fc080d4af20976ee10fa073f0 100644 (file)
@@ -283,4 +283,7 @@ class OC_Defaults {
                }
        }
 
+       public function shouldReplaceIcons() {
+               return false;
+       }
 }