aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-06 20:01:32 -0800
committerfriendica <info@friendica.com>2013-12-06 20:01:32 -0800
commite70b0d4e202cea1b1dc430400c034345a63a00f5 (patch)
tree56d122676ee9e3a1a1614ad1e107d40a33c6cc73 /mod
parent5382f607d9d67951fe50ed88e87875086276b4d3 (diff)
downloadvolse-hubzilla-e70b0d4e202cea1b1dc430400c034345a63a00f5.tar.gz
volse-hubzilla-e70b0d4e202cea1b1dc430400c034345a63a00f5.tar.bz2
volse-hubzilla-e70b0d4e202cea1b1dc430400c034345a63a00f5.zip
need include/conversation for events now
Diffstat (limited to 'mod')
-rwxr-xr-xmod/events.php1
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');