]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Merge pull request #3289 from Hypolite/improvement/add-composer
[friendica.git] / mod / wall_attach.php
index 5a74717825273254f119cc0f22374510e2471f65..0fc8b8a6a3aae79a60dc1bf70459de1bde6bed01 100644 (file)
@@ -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');