Explorar el Código

Remove extra parameter that should not have been in previous commit

pdontthink hace 18 años
padre
commit
7cd5d9c660
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
     }