From: CMDR furrycat Date: Mon, 18 Jan 2016 11:30:33 +0000 (-0500) Subject: Typo. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=523ee398841c956a611d034078de6ed2cae2660e;p=furrycat%2Frace-o-matic.git Typo. --- diff --git a/lib/entry.php b/lib/entry.php index 9b69be5..75fae9e 100644 --- a/lib/entry.php +++ b/lib/entry.php @@ -102,7 +102,7 @@ $station_name = $station->getName(); $system = $station->getSystem(); $system_id = $system->getId(); - $station_order[] = $system_id; + $station_order[] = $station_id; $system_ids[] = $system_id; $system_order[] = $system_id; $flags = 0;