]> git.mxchange.org Git - friendica.git/blobdiff - mod/poco.php
new api for notifications
[friendica.git] / mod / poco.php
index 0a1b392169b22dbf3e5748bb4ebbbebc8aa65a25..4b04d70138198851e02346ff7d91a45fa1c75bd9 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 
+if(! function_exists('poco_init')) {
 function poco_init(&$a) {
        require_once("include/bbcode.php");
 
@@ -324,5 +325,5 @@ function poco_init(&$a) {
        else
                http_status_exit(500);
 
-
+}
 }