Remove OC_App::register call in OCP\App::register

This commit is contained in:
Jakob Sack 2012-07-30 21:26:14 +02:00
parent dfae77dec1
commit 8a92cd21d6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class App {
*
*/
public static function register( $data ){
return \OC_App::register( $data );
return true; // don't do anything
}
/**