X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Feditpost.php;h=9a80d0b2f4ba622badbaac42f617e973eeed926a;hb=93a11cf8399bf45e200e408a2c99ccc6e5dd5f2a;hp=ee4d61e60a7c61182e177e77404fe16bbdcc1d22;hpb=db949bb802448184bfe5164d8d3dd86ddf51b187;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; + } -} + +