Skip to content
Snippets Groups Projects
Commit cce59df2 authored by Robin Appelman's avatar Robin Appelman
Browse files

the core apps don't have types

parent 39e8981b
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 ){
if(is_null($types) or self::isType($app,$types)){
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