]> source.dussan.org Git - nextcloud-server.git/commitdiff
user_migrate: remove old code
authorTom Needham <needham.thomas@gmail.com>
Sun, 17 Jun 2012 12:06:40 +0000 (12:06 +0000)
committerTom Needham <needham.thomas@gmail.com>
Sun, 17 Jun 2012 12:07:16 +0000 (12:07 +0000)
apps/user_migrate/appinfo/app.php

index e57bfc2a9d3693c5ed8b5b2310568c80969e4649..9d314b59ce764cf6009c32476db015bf7537b57c 100644 (file)
@@ -22,7 +22,6 @@
 */
 
 OCP\App::registerPersonal( 'user_migrate', 'settings' );
-OCP\App::registerAdmin( 'user_migrate', 'admin' );
 OCP\Util::addscript( 'user_migrate', 'export');
 
 // add settings page to navigation
@@ -32,4 +31,4 @@ $entry = array(
        'href' => OCP\Util::linkTo( "user_migrate", "admin.php" ),
        'name' => 'Import'
 );
-?>
\ No newline at end of file
+?>