Minor update.

This commit is contained in:
markjcrane 2016-05-26 13:08:53 -06:00
parent ae1de8ac4a
commit c51ddbe82a
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ if($fp){
}
echo " </td>\n";
if($esl_alive) {
if ($mod->active($row["module_name"])) {
if ($module->active($row["module_name"])) {
echo " <td valign='top' class='".$row_style[$c]."'>".$text['label-running']."</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'><a href='modules.php?a=stop&m=".$row["module_name"]."' alt='".$text['label-stop']."'>".$text['label-stop']."</a></td>\n";
}