Add missing require for poco_serverlist

This commit is contained in:
Hypolite Petovan 2017-05-08 21:55:19 -04:00
parent 70cc2ccc7a
commit d5b660a72f
1 changed files with 1 additions and 0 deletions

View File

@ -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;