X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpoco.php;h=7dcf3b4a02e3794a2d2dbbb17a76aa72a751f60a;hb=74479c4020499e6aa7866b5478366932b723c515;hp=30648acab67c05159721ab1d4279b9181428d6e0;hpb=4ebebe96fee1ea3dda219fa7049e6d14a142aa19;p=friendica.git diff --git a/mod/poco.php b/mod/poco.php index 30648acab6..7dcf3b4a02 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -2,6 +2,8 @@ // See here for a documentation for portable contacts: // https://web.archive.org/web/20160405005550/http://portablecontacts.net/draft-spec.html +use Friendica\App; + function poco_init(App $a) { require_once("include/bbcode.php");