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/addtaskform.php')
-rw-r--r--apps/tasks/ajax/addtaskform.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tasks/ajax/addtaskform.php b/apps/tasks/ajax/addtaskform.php
index e52c9b59329..20797f31aba 100644
--- a/apps/tasks/ajax/addtaskform.php
+++ b/apps/tasks/ajax/addtaskform.php
@@ -1,7 +1,6 @@
<?php
// Init owncloud
-require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');