]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Normalize App parameter declaration (mod folder, 3 out of 3)
[friendica.git] / mod / wall_attach.php
index 525d3509c17516f33efb52276eefba803db15d0b..957e25f543bc102f3fe50be0aa888dff84911fb6 100644 (file)
@@ -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');