diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index 2ee51fd0..8e935b34 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -1115,7 +1115,7 @@ class General implements iAction $rankKey = RankColumn::tryFrom($column); if ($rankKey !== null) { - $rankColumn[] = $column; + $rankColumn[] = $rankKey; } else { $subColumn[] = $column; }