removed obsolete TODO
This commit is contained in:
parent
fda2a57e05
commit
6c0d3f4e16
|
@ -214,7 +214,7 @@ class lamList {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (sizeof($entries) == 0) StatusMessage("WARN", "", $this->labels['error_noneFound']); // TODO correct message
|
||||
if (sizeof($entries) == 0) StatusMessage("WARN", $this->labels['error_noneFound']);
|
||||
return $entries;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue