Tasks: Update for movable apps

This commit is contained in:
Bart Visscher 2012-05-04 17:20:24 +02:00
parent 439467746a
commit 0006b432f5
9 changed files with 0 additions and 9 deletions

View File

@ -1,7 +1,6 @@
<?php
// Init owncloud
require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');

View File

@ -1,7 +1,6 @@
<?php
// Init owncloud
require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');

View File

@ -21,7 +21,6 @@
*/
// Init owncloud
require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');

View File

@ -1,7 +1,6 @@
<?php
// Init owncloud
require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');

View File

@ -1,7 +1,6 @@
<?php
// Init owncloud
require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');

View File

@ -1,7 +1,6 @@
<?php
// Init owncloud
require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');

View File

@ -7,7 +7,6 @@
*/
// Init owncloud
require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');

View File

@ -7,7 +7,6 @@
*/
// Init owncloud
require_once('../../../lib/base.php');
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('tasks');

View File

@ -8,7 +8,6 @@
* See the COPYING-README file. *
*************************************************/
require_once ('../../lib/base.php');
OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('tasks');