X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwall_attach.php;h=957e25f543bc102f3fe50be0aa888dff84911fb6;hb=a7ce601580b07e9b3e7653cbdb0a9b6bbb5c474e;hp=525d3509c17516f33efb52276eefba803db15d0b;hpb=0436782e70f496c96f30ee7822865f777ae1d73e;p=friendica.git diff --git a/mod/wall_attach.php b/mod/wall_attach.php index 525d3509c1..957e25f543 100644 --- a/mod/wall_attach.php +++ b/mod/wall_attach.php @@ -3,7 +3,7 @@ require_once('include/attach.php'); require_once('include/datetime.php'); -function wall_attach_post(&$a) { +function wall_attach_post(App $a) { $r_json = (x($_GET,'response') && $_GET['response']=='json');