Skip to content

Commit c524ece

Browse files
committed
Fix missed template adjustment. Fixes #1170
1 parent c8b85e1 commit c524ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Debug/Toolbar/Views/_logs.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ if logs == [] }
1+
{ if $logs == [] }
22
<p>Nothing was logged. If you were expecting logged items, ensure that LoggerConfig file has the correct threshold set.</p>
33
{ else }
44
<table>

0 commit comments

Comments
 (0)