]> source.dussan.org Git - nextcloud-server.git/commitdiff
donĀ“t hardcode files app. we have no a standard info.xml in files
authorFrank Karlitschek <karlitschek@kde.org>
Sun, 29 Apr 2012 19:27:02 +0000 (21:27 +0200)
committerFrank Karlitschek <karlitschek@kde.org>
Sun, 29 Apr 2012 19:27:02 +0000 (21:27 +0200)
lib/app.php

index 2965377525392dcc625b7bc02363fdc6990453e5..ed7bd6ff3f99ea154edd7a2093d5b5068dd578aa 100755 (executable)
@@ -55,7 +55,7 @@ class OC_App{
                }
 
                // Our very own core apps are hardcoded
-               foreach( array('files', 'settings') as $app ){
+               foreach( array( 'settings') as $app ){
                        if(is_null($types)){
                                require( $app.'/appinfo/app.php' );
                        }