don´t hardcode files app. we have no a standard info.xml in files
This commit is contained in:
parent
b862c49ae6
commit
c7e7767f58
|
@ -55,7 +55,7 @@ class OC_App{
|
||||||
}
|
}
|
||||||
|
|
||||||
// Our very own core apps are hardcoded
|
// Our very own core apps are hardcoded
|
||||||
foreach( array('files', 'settings') as $app ){
|
foreach( array( 'settings') as $app ){
|
||||||
if(is_null($types)){
|
if(is_null($types)){
|
||||||
require( $app.'/appinfo/app.php' );
|
require( $app.'/appinfo/app.php' );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue