]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Merge pull request #2465 from annando/1604-no-unknown
[friendica.git] / mod / wall_attach.php
index 20e646cb9a0f59d0ba10f3fe311996252a056952..68752a0e1f659082e51ec6df90add56663d5ba1d 100644 (file)
@@ -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
 }
-}