]> git.mxchange.org Git - friendica.git/blobdiff - mod/starred.php
Merge pull request #2664 from annando/1607-remote-auth
[friendica.git] / mod / starred.php
index b4cc3267872de06d078f74938046721c895faf98..2a89ac768bae20cb3150c48b3d5a841347790611 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-if(! function_exists('starred_init')) {
+
 function starred_init(&$a) {
 
        require_once("include/threads.php");
@@ -47,4 +47,3 @@ function starred_init(&$a) {
        echo json_encode($starred);
        killme();
 }
-}