]> source.dussan.org Git - nextcloud-server.git/commitdiff
the core apps don't have types
authorRobin Appelman <icewind@owncloud.com>
Sun, 1 Apr 2012 17:20:59 +0000 (19:20 +0200)
committerRobin Appelman <icewind@owncloud.com>
Sun, 1 Apr 2012 17:22:23 +0000 (19:22 +0200)
lib/app.php

index 625ef8896707af887433241ace39f3c68346e8ff..7d5e8fa91c6e61a0ba037fad536d28065b7a7cc2 100755 (executable)
@@ -55,7 +55,7 @@ class OC_App{
 
                // Our very own core apps are hardcoded
                foreach( array('files', 'settings') as $app ){
-                       if(is_null($types) or self::isType($app,$types)){
+                       if(is_null($types)){
                                require( $app.'/appinfo/app.php' );
                        }
                }