aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index ae825fa697..194d8bf979 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -508,6 +508,7 @@ elseif ($pane == 'right')
view_log('admin', $log_data, $log_count, 5);
+ $row_class = 'row2';
for($i = 0; $i < sizeof($log_data); $i++)
{
$row_class = ($row_class == 'row1') ? 'row2' : 'row1';