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/cal.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/cal.php')
-rwxr-xr-x | mod/cal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/cal.php b/mod/cal.php index ffefd895e..b58f3a1f1 100755 --- a/mod/cal.php +++ b/mod/cal.php @@ -5,7 +5,7 @@ require_once('include/bbcode.php'); require_once('include/datetime.php'); require_once('include/event.php'); require_once('include/items.php'); -require_once('Contact.php'); +require_once('include/Contact.php'); function cal_init(&$a) { |