Minor update.

This commit is contained in:
markjcrane
2016-05-26 13:08:53 -06:00
parent f396eb04a0
commit 37a2ed2d17

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";
}