X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwall_attach.php;h=68752a0e1f659082e51ec6df90add56663d5ba1d;hb=fd8df4c4d6688e5ffd6bc78e14062aa064102715;hp=20e646cb9a0f59d0ba10f3fe311996252a056952;hpb=9330a6994c1b9aee49a482efe32e84ca1a944c9b;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 } -}