From e29a4261eee62c7027d1b4a1227ba8869e645d07 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Tue, 30 Aug 2016 22:16:17 +0100 Subject: [PATCH] bug: Added fallback icon for syslog table #4262 bug: Added fallback icon for syslog table #4262 --- includes/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/common.php b/includes/common.php index 98d0eaf756..d0d1ee0ce1 100644 --- a/includes/common.php +++ b/includes/common.php @@ -27,6 +27,7 @@ function generate_priority_icon($priority) "notice" => "application_edit", "info" => "application", "debug" => "bug", + "" => "application", ); return '';