From e2b9956e4bd92ca9e234d10d527be9e8caf2b68f Mon Sep 17 00:00:00 2001 From: sgiehl Date: Mon, 12 Jan 2015 21:38:19 +0100 Subject: fixes #6979 - ignore plugins if not available --- plugins/Live/templates/getLastVisitsStart.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Live/templates/getLastVisitsStart.twig b/plugins/Live/templates/getLastVisitsStart.twig index ce7af8e36d..372daf2801 100644 --- a/plugins/Live/templates/getLastVisitsStart.twig +++ b/plugins/Live/templates/getLastVisitsStart.twig @@ -9,7 +9,7 @@ {{ visitor.serverDatePretty }} - {{ visitor.serverTimePretty }} {% if visitor.visitDuration > 0 %}({{ visitor.visitDurationPretty|raw }}){% endif %} {% if visitor.countryFlag is defined %} {% endif %} - {% if visitor.browserIcon is defined %} {% endif %} + {% if visitor.browserIcon is defined %} {% endif %} {% if visitor.operatingSystemIcon is defined %} {% endif %}   {% if visitor.visitConverted %} -- cgit v1.2.3