diff options
author | redmatrix <git@macgirvin.com> | 2016-04-01 00:59:30 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-01 00:59:30 -0700 |
commit | 5d884c2f3dddabb475e4246fc9837e1ac3b5750f (patch) | |
tree | dd5cfa79fed6c3278df4423b0ce3cbfabce649db /mod/rbmark.php | |
parent | 8f006a98c43f369ef06b33dd8b8cd08c85057141 (diff) | |
download | volse-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/rbmark.php')
-rw-r--r-- | mod/rbmark.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/rbmark.php b/mod/rbmark.php index 563b5cbd5..979f96f85 100644 --- a/mod/rbmark.php +++ b/mod/rbmark.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'); |