From b63a0eb3eb144f4d14c8abda7ac636e4e2974cf1 Mon Sep 17 00:00:00 2001 From: ruan Date: Mon, 23 Apr 2018 08:27:02 +0200 Subject: [PATCH] Fixed warnings icons --- inc/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/page.php b/inc/page.php index 0847a9e..07bef9a 100644 --- a/inc/page.php +++ b/inc/page.php @@ -421,7 +421,7 @@ class Page { echo ""; foreach ($array as $header => $text) { $a = "a"; - if ($header === $this->t("warnings.received")) { + if ($header === "warnings.received") { $icon = ($text !== "0") ? "glyphicon-ok" : "glyphicon-remove"; $a .= " class=\"glyphicon $icon\" aria-hidden=true"; $text = "";