X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Flistcommands%2Ffunctions.php;h=66a4f99bf93b83d98c5eb7ff5a4b03cc8a51a7fe;hp=b54d6fb8d2fbe156c743f5da1ae1157f01da13f3;hb=857b1ca42b17025e15eef879bcf2ab4b58642a42;hpb=9c2f2d2e7b75974dacb962269432ff51c922b16f;ds=inline diff --git a/plugins/listcommands/functions.php b/plugins/listcommands/functions.php index b54d6fb..66a4f99 100644 --- a/plugins/listcommands/functions.php +++ b/plugins/listcommands/functions.php @@ -169,7 +169,7 @@ function plugin_listcommands_menu_do() { if (count($links) > 0) { - $oTemplate->assign('links', $links, FALSE); + $oTemplate->assign('links', $links); $output = $oTemplate->fetch('plugins/listcommands/read_body_header.tpl'); return array('read_body_header' => $output); }