diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-06-17 12:06:40 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-06-17 12:07:16 +0000 |
commit | 8d67ca09b55569a201d2067faf870a28065eb1f6 (patch) | |
tree | 041b79cec5518b8efa1fb777ecfb8426b073e3e1 | |
parent | 33ab91710f920f42f18dd8489b04798d1460ce6e (diff) | |
download | nextcloud-server-8d67ca09b55569a201d2067faf870a28065eb1f6.tar.gz nextcloud-server-8d67ca09b55569a201d2067faf870a28065eb1f6.zip |
user_migrate: remove old code
-rw-r--r-- | apps/user_migrate/appinfo/app.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_migrate/appinfo/app.php b/apps/user_migrate/appinfo/app.php index e57bfc2a9d3..9d314b59ce7 100644 --- a/apps/user_migrate/appinfo/app.php +++ b/apps/user_migrate/appinfo/app.php @@ -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 +?> |