mirror of
https://github.com/friendica/friendica
synced 2025-04-18 03:10:11 +00:00
Add missing require for poco_serverlist
This commit is contained in:
parent
70cc2ccc7a
commit
d5b660a72f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ use Friendica\App;
|
||||||
|
|
||||||
function poco_init(App $a) {
|
function poco_init(App $a) {
|
||||||
require_once 'include/bbcode.php';
|
require_once 'include/bbcode.php';
|
||||||
|
require_once 'include/socgraph.php';
|
||||||
|
|
||||||
$system_mode = false;
|
$system_mode = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue