aboutsummaryrefslogtreecommitdiffstats
path: root/mod/share.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/share.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/share.php')
-rw-r--r--mod/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/share.php b/mod/share.php
index c9adaf094..43206b487 100644
--- a/mod/share.php
+++ b/mod/share.php
@@ -1,7 +1,7 @@
<?php
require_once('include/security.php');
-require_once('bbcode.php');
+require_once('include/bbcode.php');
function share_init(&$a) {