]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Coding convention continued:
[friendica.git] / mod / wall_attach.php
index 525d3509c17516f33efb52276eefba803db15d0b..18125685450c4760929ce37f90926f69f16a4a94 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');