don´t hardcode files app. we have no a standard info.xml in files
This commit is contained in:
parent
b862c49ae6
commit
c7e7767f58
1 changed files with 1 additions and 1 deletions
|
@ -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' );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue