diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-16 19:17:39 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-16 19:17:39 -0800 |
commit | 6df98f080ba0c9a0309158c1ea5d48f95aae71ee (patch) | |
tree | 9137ccdfb7562297121a16d2399bfe057c890b04 /mod | |
parent | 0cb5f009b483ff570ded4570bb45023573531494 (diff) | |
download | volse-hubzilla-6df98f080ba0c9a0309158c1ea5d48f95aae71ee.tar.gz volse-hubzilla-6df98f080ba0c9a0309158c1ea5d48f95aae71ee.tar.bz2 volse-hubzilla-6df98f080ba0c9a0309158c1ea5d48f95aae71ee.zip |
fix api/direct_messages/new at least for the json case. We seem to have a missing template for XML
Diffstat (limited to 'mod')
-rw-r--r-- | mod/acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/acl.php b/mod/acl.php index dc29e3eff..aaf056b60 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -1,6 +1,6 @@ <?php -/* ACL selector json backend */ +/* ACL selector json backend */ require_once("include/acl_selectors.php"); function acl_init(&$a){ |