diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-06 00:26:21 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-06 01:06:13 +0200 |
commit | 68670bcc66603540e39c055b8fe8c6a75055b5b0 (patch) | |
tree | 6341deb5fa16e0f70aa48e016e6eb51919398937 /apps/contacts/ajax/deletebook.php | |
parent | 624f8ae36dc7f61db07da30644e2ca88b0a0de5e (diff) | |
download | nextcloud-server-68670bcc66603540e39c055b8fe8c6a75055b5b0.tar.gz nextcloud-server-68670bcc66603540e39c055b8fe8c6a75055b5b0.zip |
Cleanup.
Diffstat (limited to 'apps/contacts/ajax/deletebook.php')
-rw-r--r-- | apps/contacts/ajax/deletebook.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/contacts/ajax/deletebook.php b/apps/contacts/ajax/deletebook.php index bcf6aa44329..fe582daa00f 100644 --- a/apps/contacts/ajax/deletebook.php +++ b/apps/contacts/ajax/deletebook.php @@ -20,9 +20,6 @@ * */ -// Init owncloud - - // Check if we are a user OCP\JSON::checkLoggedIn(); OCP\JSON::checkAppEnabled('contacts'); |