Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tasks/ajax/gettasks.php')
-rw-r--r--apps/tasks/ajax/gettasks.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tasks/ajax/gettasks.php b/apps/tasks/ajax/gettasks.php
index d8a0ae1b74a..aaf80a66776 100644
--- a/apps/tasks/ajax/gettasks.php
+++ b/apps/tasks/ajax/gettasks.php
@@ -7,7 +7,6 @@
*/
// Init owncloud
-require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');