X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=9a80d0b2f4ba622badbaac42f617e973eeed926a;hb=bb5421d9253da0cbe587fe542df540ae6e3c06c4;hp=ee4d61e60a7c61182e177e77404fe16bbdcc1d22;hpb=0c67c89715df801e0c887be50c9739db3bae7ca3;p=friendica.git diff --git a/mod/editpost.php b/mod/editpost.php index ee4d61e60a..9a80d0b2f4 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -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; + } -} + +