From: Frank Karlitschek Date: Sun, 29 Apr 2012 19:27:02 +0000 (+0200) Subject: don´t hardcode files app. we have no a standard info.xml in files X-Git-Tag: v4.0.0beta~150 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c7e7767f583288ecb7fdf7fc271b697a7aaf1a77;p=nextcloud-server.git don´t hardcode files app. we have no a standard info.xml in files --- diff --git a/lib/app.php b/lib/app.php index 29653775253..ed7bd6ff3f9 100755 --- a/lib/app.php +++ b/lib/app.php @@ -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' ); }