projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove extra parameter that should not have been in previous commit
[squirrelmail.git]
/
plugins
/
listcommands
/
functions.php
diff --git
a/plugins/listcommands/functions.php
b/plugins/listcommands/functions.php
index b54d6fb8d2fbe156c743f5da1ae1157f01da13f3..66a4f99bf93b83d98c5eb7ff5a4b03cc8a51a7fe 100644
(file)
--- a/
plugins/listcommands/functions.php
+++ b/
plugins/listcommands/functions.php
@@
-169,7
+169,7
@@
function plugin_listcommands_menu_do() {
if (count($links) > 0) {
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);
}
$output = $oTemplate->fetch('plugins/listcommands/read_body_header.tpl');
return array('read_body_header' => $output);
}