]> git.mxchange.org Git - friendica.git/blobdiff - mod/poco.php
Merge pull request #3448 from annando/1705-dba-functions
[friendica.git] / mod / poco.php
index 30648acab67c05159721ab1d4279b9181428d6e0..7dcf3b4a02e3794a2d2dbbb17a76aa72a751f60a 100644 (file)
@@ -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");