diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-02 00:50:26 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-02 00:50:26 +0200 |
commit | 2fe646dcec08b36179aa2b6ebca447a20e409b03 (patch) | |
tree | e5b909e88d9271e3301c9db3fea8771d059a914d /apps/user_migrate | |
parent | c94f39b488f9ae6bd24cbdbb5cfa877e29f199e3 (diff) | |
download | nextcloud-server-2fe646dcec08b36179aa2b6ebca447a20e409b03.tar.gz nextcloud-server-2fe646dcec08b36179aa2b6ebca447a20e409b03.zip |
ported the oc_app calls
Diffstat (limited to 'apps/user_migrate')
-rwxr-xr-x | apps/user_migrate/appinfo/app.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_migrate/appinfo/app.php b/apps/user_migrate/appinfo/app.php index 0e9f69fbed5..e57bfc2a9d3 100755 --- a/apps/user_migrate/appinfo/app.php +++ b/apps/user_migrate/appinfo/app.php @@ -21,8 +21,8 @@ * */ -OC_APP::registerPersonal( 'user_migrate', 'settings' ); -OC_APP::registerAdmin( 'user_migrate', 'admin' ); +OCP\App::registerPersonal( 'user_migrate', 'settings' ); +OCP\App::registerAdmin( 'user_migrate', 'admin' ); OCP\Util::addscript( 'user_migrate', 'export'); // add settings page to navigation |