Fixed require path.

This commit is contained in:
Thomas Tanghus 2012-07-17 12:07:14 +02:00
parent 2c9aa029a7
commit ec4891b7d3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('contacts');
OCP\JSON::callCheck();
require_once('../loghandler.php');
require_once(__DIR__.'/../loghandler.php');
$categories = isset($_POST['categories'])?$_POST['categories']:null;