Ver código fonte

Remove extra parameter that should not have been in previous commit

pdontthink 18 anos atrás
pai
commit
7cd5d9c660
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      plugins/listcommands/functions.php

+ 1 - 1
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);
     }