X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fwall_attach.php;h=0fc8b8a6a3aae79a60dc1bf70459de1bde6bed01;hb=3c6d976d31c6af3d6a38453377ff45383347f4fe;hp=5a74717825273254f119cc0f22374510e2471f65;hpb=30a77cc10a21728efdca48e6cd3cb04586b1df23;p=friendica.git diff --git a/mod/wall_attach.php b/mod/wall_attach.php index 5a74717825..0fc8b8a6a3 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');