]> git.mxchange.org Git - friendica.git/blobdiff - mod/filer.php
Merge pull request #2170 from fabrixxm/issue_1953
[friendica.git] / mod / filer.php
index c0cca9e6df072e5a9495e0777db58a08592591b4..4e79f337dcff22502ac15d4c0673872253678312 100644 (file)
@@ -24,6 +24,7 @@ function filer_content(&$a) {
                $filetags = get_pconfig(local_user(),'system','filetags');
                $filetags = file_tag_file_to_list($filetags,'file');
                 $filetags = explode(",", $filetags);
+
                $tpl = get_markup_template("filer_dialog.tpl");
                $o = replace_macros($tpl, array(
                        '$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')),