]> git.mxchange.org Git - friendica.git/blobdiff - mod/attach.php
extend checkbox template for customized attributes
[friendica.git] / mod / attach.php
index 3b1fc0ec82514fe0111e0ad50342810d37696d31..6155a3f99e9853c723acd623c64a375367eeb9b0 100644 (file)
@@ -1,8 +1,10 @@
 <?php
 
+use Friendica\App;
+
 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);