Merge branch 'master' into calendar_export
This commit is contained in:
commit
4b872d10fc
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||
);
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue