From: Hypolite Petovan Date: Tue, 9 May 2017 01:55:19 +0000 (-0400) Subject: Add missing require for poco_serverlist X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d5b660a72f7d62a263fe69db1563dd64f478276e;p=friendica.git Add missing require for poco_serverlist --- 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;