From 72da7ceba4cee5004ae8ee0e64455e268480ba55 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 3 Jan 2013 16:18:52 -0800 Subject: ensure the function can be found --- mod/connections.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod') 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) { -- cgit v1.2.3