diff options
Diffstat (limited to 'apps/user_migrate/ajax/export.php')
-rwxr-xr-x | apps/user_migrate/ajax/export.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_migrate/ajax/export.php b/apps/user_migrate/ajax/export.php index 874c0428285..ef8e331c68c 100755 --- a/apps/user_migrate/ajax/export.php +++ b/apps/user_migrate/ajax/export.php @@ -25,7 +25,7 @@ // Check if we are a user OC_JSON::checkLoggedIn(); -OC_Util::checkAppEnabled('user_migrate'); +OCP\App::checkAppEnabled('user_migrate'); // Which operation if( $_GET['operation']=='create' ){ $uid = !empty( $_POST['uid'] ) ? $_POST['uid'] : OCP\USER::getUser(); |