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:06:40 +0000 |
commit | b064fc69686cfc71f381420131dff7708a3d8474 (patch) | |
tree | ae0a9d6ac2df913a43e81f491e5f19d8ef91fd54 /apps/user_migrate | |
parent | ad4f066bac5e4d6777b258d6a161ab062211d787 (diff) | |
download | nextcloud-server-b064fc69686cfc71f381420131dff7708a3d8474.tar.gz nextcloud-server-b064fc69686cfc71f381420131dff7708a3d8474.zip |
user_migrate: remove old code
Diffstat (limited to 'apps/user_migrate')
-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 +?> |