From d5b660a72f7d62a263fe69db1563dd64f478276e Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 8 May 2017 21:55:19 -0400 Subject: [PATCH] Add missing require for poco_serverlist --- mod/poco.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/poco.php b/mod/poco.php index 84fdcd325d..9e88c4ac41 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -7,6 +7,7 @@ use Friendica\App; function poco_init(App $a) { require_once 'include/bbcode.php'; + require_once 'include/socgraph.php'; $system_mode = false;