Remove extra parameter that should not have been in previous commit
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 14 Feb 2007 05:35:27 +0000 (05:35 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 14 Feb 2007 05:35:27 +0000 (05:35 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12263 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/listcommands/functions.php

index b54d6fb8d2fbe156c743f5da1ae1157f01da13f3..66a4f99bf93b83d98c5eb7ff5a4b03cc8a51a7fe 100644 (file)
@@ -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);
     }