X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwall_attach.php;h=957e25f543bc102f3fe50be0aa888dff84911fb6;hb=a7ce601580b07e9b3e7653cbdb0a9b6bbb5c474e;hp=18125685450c4760929ce37f90926f69f16a4a94;hpb=42c2e09382d3b2846a0cb709d88cda97e717424f;p=friendica.git diff --git a/mod/wall_attach.php b/mod/wall_attach.php index 1812568545..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(App &$a) { +function wall_attach_post(App $a) { $r_json = (x($_GET,'response') && $_GET['response']=='json');