]> git.mxchange.org Git - friendica.git/blobdiff - mod/filer.php
Re-added missing RINO admin setting values
[friendica.git] / mod / filer.php
index ea2c70d9bad6b4c98bf97ff355407c0fdd83861b..f729a78e63e4f3ca5bfb6779f53037008df8c85b 100644 (file)
@@ -28,10 +28,10 @@ function filer_content(App $a) {
                 $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 -')),
+               $o = replace_macros($tpl, [
+                       '$field' => ['term', t("Save to Folder:"), '', '', $filetags, t('- select -')],
                        '$submit' => t('Save'),
-               ));
+               ]);
 
                echo $o;
        }