From c7e7767f583288ecb7fdf7fc271b697a7aaf1a77 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 29 Apr 2012 21:27:02 +0200 Subject: [PATCH] =?utf8?q?don=C2=B4t=20hardcode=20files=20app.=20we=20have?= =?utf8?q?=20no=20a=20standard=20info.xml=20in=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); } -- 2.39.5