]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Small cleanup
[friendica.git] / mod / editpost.php
index ee4d61e60a7c61182e177e77404fe16bbdcc1d22..9a80d0b2f4ba622badbaac42f617e973eeed926a 100644 (file)
@@ -2,7 +2,6 @@
 
 require_once('include/acl_selectors.php');
 
-if(! function_exists('editpost_content')) {
 function editpost_content(&$a) {
 
        $o = '';
@@ -151,5 +150,7 @@ function editpost_content(&$a) {
        ));
 
        return $o;
+
 }
-}
+
+