X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwall_attach.php;h=68752a0e1f659082e51ec6df90add56663d5ba1d;hb=02d14eafdae0160b1ac5794c3e07dcc326633dc8;hp=20e646cb9a0f59d0ba10f3fe311996252a056952;hpb=d6cf791677e3c676108f84e64818ba2a272f6d08;p=friendica.git diff --git a/mod/wall_attach.php b/mod/wall_attach.php index 20e646cb9a..68752a0e1f 100644 --- a/mod/wall_attach.php +++ b/mod/wall_attach.php @@ -3,7 +3,6 @@ require_once('include/attach.php'); require_once('include/datetime.php'); -if(! function_exists('wall_attach_post')) { function wall_attach_post(&$a) { $r_json = (x($_GET,'response') && $_GET['response']=='json'); @@ -191,4 +190,3 @@ function wall_attach_post(&$a) { killme(); // NOTREACHED } -}