diff options
author | friendica <info@friendica.com> | 2013-01-03 16:18:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-03 16:18:52 -0800 |
commit | 72da7ceba4cee5004ae8ee0e64455e268480ba55 (patch) | |
tree | 0192bb64a64b36b136130057d612b1c418742026 /mod | |
parent | a103c96c4627e0a278f8d00df8612949ea8a59ca (diff) | |
download | volse-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.php | 1 |
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) { |