Skip to content
Snippets Groups Projects
Commit c7e7767f authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

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

parent b862c49a
No related branches found
No related tags found
No related merge requests found
......@@ -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' );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment