From 5d884c2f3dddabb475e4246fc9837e1ac3b5750f Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 1 Apr 2016 00:59:30 -0700 Subject: suddenly we have includepath issues - provide the explicit paths --- mod/cal.php | 2 +- mod/editpost.php | 2 +- mod/rbmark.php | 2 +- mod/rpost.php | 2 +- mod/share.php | 2 +- mod/tagrm.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'mod') 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) { diff --git a/mod/editpost.php b/mod/editpost.php index dffc9c0da..a433d91f4 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -1,6 +1,6 @@