diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-05-04 17:20:24 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-05-04 17:20:24 +0200 |
commit | 0006b432f5367deca5b88ce4493a87d44c76c9b9 (patch) | |
tree | e8fde38612871f3cdffeb1917eb2bf7a1f119e2c /apps/tasks/ajax/getdetails.php | |
parent | 439467746a64ae3efbe85c08f29e14c823e4a0dc (diff) | |
download | nextcloud-server-0006b432f5367deca5b88ce4493a87d44c76c9b9.tar.gz nextcloud-server-0006b432f5367deca5b88ce4493a87d44c76c9b9.zip |
Tasks: Update for movable apps
Diffstat (limited to 'apps/tasks/ajax/getdetails.php')
-rw-r--r-- | apps/tasks/ajax/getdetails.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tasks/ajax/getdetails.php b/apps/tasks/ajax/getdetails.php index 34cbc16cc9e..34ddaa7791a 100644 --- a/apps/tasks/ajax/getdetails.php +++ b/apps/tasks/ajax/getdetails.php @@ -1,7 +1,6 @@ <?php // Init owncloud -require_once('../../../lib/base.php'); OCP\JSON::checkLoggedIn(); OCP\JSON::checkAppEnabled('tasks'); |