diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 7dd7f8f9..805df07a 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -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; }