diff options
author | friendica <info@friendica.com> | 2013-12-06 20:01:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-06 20:01:32 -0800 |
commit | e70b0d4e202cea1b1dc430400c034345a63a00f5 (patch) | |
tree | 56d122676ee9e3a1a1614ad1e107d40a33c6cc73 | |
parent | 5382f607d9d67951fe50ed88e87875086276b4d3 (diff) | |
download | volse-hubzilla-e70b0d4e202cea1b1dc430400c034345a63a00f5.tar.gz volse-hubzilla-e70b0d4e202cea1b1dc430400c034345a63a00f5.tar.bz2 volse-hubzilla-e70b0d4e202cea1b1dc430400c034345a63a00f5.zip |
need include/conversation for events now
-rwxr-xr-x | mod/events.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/events.php b/mod/events.php index 77756fb13..265c74fce 100755 --- a/mod/events.php +++ b/mod/events.php @@ -1,5 +1,6 @@ <?php +require_once('include/conversation.php'); require_once('include/bbcode.php'); require_once('include/datetime.php'); require_once('include/event.php'); |