Fixed require path.

remotes/origin/stable5
Thomas Tanghus 13 years ago
parent 2c9aa029a7
commit ec4891b7d3
  1. 2
      apps/contacts/ajax/categories/delete.php

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

Loading…
Cancel
Save