don´t hardcode files app. we have no a standard info.xml in files

This commit is contained in:
Frank Karlitschek 2012-04-29 21:27:02 +02:00
parent b862c49ae6
commit c7e7767f58
1 changed files with 1 additions and 1 deletions

View File

@ -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' );
}