mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
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
|
||||
foreach( array('files', 'settings') as $app ){
|
||||
foreach( array( 'settings') as $app ){
|
||||
if(is_null($types)){
|
||||
require( $app.'/appinfo/app.php' );
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user