Merge branch 'master' into calendar_repeat

This commit is contained in:
Georg Ehrke 2012-06-17 16:41:49 +02:00
commit b8daae30b6
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'
);
?>
?>