]> git.mxchange.org Git - friendica.git/blobdiff - mod/fbrowser.php
Small cleanup
[friendica.git] / mod / fbrowser.php
index 73510ef58a13c4355ea1d55d34dfb4b61aa6740f..0a2a7dead52048cf3dfd1860b11da789921d47fd 100644 (file)
@@ -10,7 +10,6 @@ require_once('include/Photo.php');
 /**
  * @param App $a
  */
-if(! function_exists('fbrowser_content')) {
 function fbrowser_content($a){
 
        if (!local_user())
@@ -142,5 +141,5 @@ function fbrowser_content($a){
                killme();
        }
 
-}
+
 }