aboutsummaryrefslogtreecommitdiffstats
path: root/mod/rpost.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-01 00:59:30 -0700
committerredmatrix <git@macgirvin.com>2016-04-01 00:59:30 -0700
commit5d884c2f3dddabb475e4246fc9837e1ac3b5750f (patch)
treedd5cfa79fed6c3278df4423b0ce3cbfabce649db /mod/rpost.php
parent8f006a98c43f369ef06b33dd8b8cd08c85057141 (diff)
downloadvolse-hubzilla-5d884c2f3dddabb475e4246fc9837e1ac3b5750f.tar.gz
volse-hubzilla-5d884c2f3dddabb475e4246fc9837e1ac3b5750f.tar.bz2
volse-hubzilla-5d884c2f3dddabb475e4246fc9837e1ac3b5750f.zip
suddenly we have includepath issues - provide the explicit paths
Diffstat (limited to 'mod/rpost.php')
-rw-r--r--mod/rpost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/rpost.php b/mod/rpost.php
index bc9842b63..69b8c7b7e 100644
--- a/mod/rpost.php
+++ b/mod/rpost.php
@@ -1,6 +1,6 @@
<?php /** @file */
-require_once('acl_selectors.php');
+require_once('include/acl_selectors.php');
require_once('include/crypto.php');
require_once('include/items.php');
require_once('include/taxonomy.php');