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

remotes/origin/stable4
Frank Karlitschek 14 years ago
parent b862c49ae6
commit c7e7767f58
  1. 2
      lib/app.php

@ -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…
Cancel
Save