]> git.mxchange.org Git - friendica.git/blobdiff - mod/filer.php
Bump DB version
[friendica.git] / mod / filer.php
index eac3260591a3a7d6b770adc933d05f6f94dc44b7..47c4aa5e4cbc6fc05139174415d2f5485a97f7fb 100644 (file)
@@ -5,7 +5,7 @@ require_once('include/bbcode.php');
 require_once('include/items.php');
 
 
-function filer_content(&$a) {
+function filer_content(App $a) {
 
        if (! local_user()) {
                killme();
@@ -30,7 +30,7 @@ function filer_content(&$a) {
                        '$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')),
                        '$submit' => t('Save'),
                ));
-               
+
                echo $o;
        }
        killme();