mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
Fixed require path.
This commit is contained in:
parent
e4e64dfe54
commit
8ba5de4a76
@ -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…
x
Reference in New Issue
Block a user