]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_community.php
Warnings removed
[friendica.git] / mod / update_community.php
index 396f4234c01e907761d79dae7a5268b1df7b9e55..512629b0052955fe647aa4b6f8678ee72eadccad 100644 (file)
@@ -4,7 +4,6 @@
 
 require_once('mod/community.php');
 
-if(! function_exists('update_community_content')) {
 function update_community_content(&$a) {
 
        header("Content-type: text/html");
@@ -30,5 +29,5 @@ function update_community_content(&$a) {
        echo "</section>";
        echo "</body></html>\r\n";
        killme();
-}
-}
+
+}
\ No newline at end of file