Fix typo in phpBB exporters
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 5 Oct 2022 14:31:35 +0000 (16:31 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 5 Oct 2022 14:31:35 +0000 (16:31 +0200)
files/lib/system/exporter/PhpBB31xExporter.class.php
files/lib/system/exporter/PhpBB3xExporter.class.php

index d3a07b9a8bbaef5997d71afc17afdc9433dc2047..68049cb27ae7ecfc87ae9e29fa46ffa22d921446 100644 (file)
@@ -296,7 +296,7 @@ class PhpBB31xExporter extends AbstractExporter
             }
 
             $userOnlineMarking = '%s';
-            if ($row['group_color']) {
+            if ($row['group_colour']) {
                 $userOnlineMarking = '<span style="color: #' . $row['group_colour'] . '">%s</span>';
             }
 
index 9f4d8f355fc9c3c31fb564a1e16148a9f6139af3..b8628eeb112cd6fcc1a6dd33cd0ac7f1778f316e 100644 (file)
@@ -281,7 +281,7 @@ class PhpBB3xExporter extends AbstractExporter
             }
 
             $userOnlineMarking = '%s';
-            if ($row['group_color']) {
+            if ($row['group_colour']) {
                 $userOnlineMarking = '<span style="color: #' . $row['group_colour'] . '">%s</span>';
             }