]> git.mxchange.org Git - friendica.git/blobdiff - mod/attach.php
the Quattro admin_user template was missing the users note for the admin
[friendica.git] / mod / attach.php
index 3b1fc0ec82514fe0111e0ad50342810d37696d31..dd7154dfe1a61033c370e3ea9cd8fea02111d26d 100644 (file)
@@ -2,7 +2,7 @@
 
 require_once('include/security.php');
 
-function attach_init(App &$a) {
+function attach_init(App $a) {
 
        if($a->argc != 2) {
                notice( t('Item not available.') . EOL);