user_migrate: remove old code

This commit is contained in:
Tom Needham 2012-06-17 12:06:40 +00:00
parent 33ab91710f
commit 8d67ca09b5
1 changed files with 1 additions and 2 deletions

View 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'
);
?>
?>