files is not internal any more

This commit is contained in:
Arthur Schiwon 2012-05-02 11:14:11 +02:00
parent c9eaffd336
commit d71600213a
1 changed files with 6 additions and 6 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' );
}