aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-03 16:18:52 -0800
committerfriendica <info@friendica.com>2013-01-03 16:18:52 -0800
commit72da7ceba4cee5004ae8ee0e64455e268480ba55 (patch)
tree0192bb64a64b36b136130057d612b1c418742026 /mod
parenta103c96c4627e0a278f8d00df8612949ea8a59ca (diff)
downloadvolse-hubzilla-72da7ceba4cee5004ae8ee0e64455e268480ba55.tar.gz
volse-hubzilla-72da7ceba4cee5004ae8ee0e64455e268480ba55.tar.bz2
volse-hubzilla-72da7ceba4cee5004ae8ee0e64455e268480ba55.zip
ensure the function can be found
Diffstat (limited to 'mod')
-rw-r--r--mod/connections.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/connections.php b/mod/connections.php
index b36ae78f8..f17210fac 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -5,6 +5,7 @@ require_once('include/socgraph.php');
require_once('include/contact_selectors.php');
require_once('include/group.php');
require_once('include/contact_widgets.php');
+require_once('include/zot.php');
function connections_init(&$a) {