diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 22:59:38 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 22:59:38 +0200 |
commit | 31e32e3c10ace169e0d841ff6e4b17d11fe64f1b (patch) | |
tree | 9a66b470bb9d5c8957a41902e17b5b4e95243343 /apps/contacts/export.php | |
parent | e2fb094693e94d425fa9f59278806ef636fc127b (diff) | |
download | nextcloud-server-31e32e3c10ace169e0d841ff6e4b17d11fe64f1b.tar.gz nextcloud-server-31e32e3c10ace169e0d841ff6e4b17d11fe64f1b.zip |
ported checkLoggedIn and checkAdmin
Diffstat (limited to 'apps/contacts/export.php')
-rwxr-xr-x[-rw-r--r--] | apps/contacts/export.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/export.php b/apps/contacts/export.php index 95d02a9afd4..84bf26042fb 100644..100755 --- a/apps/contacts/export.php +++ b/apps/contacts/export.php @@ -7,7 +7,7 @@ */ -OC_Util::checkLoggedIn(); +OCP\User::checkLoggedIn(); OC_Util::checkAppEnabled('contacts'); $bookid = isset($_GET['bookid']) ? $_GET['bookid'] : NULL; $contactid = isset($_GET['contactid']) ? $_GET['contactid'] : NULL; |