spmn for moon updates

This commit is contained in:
2019-06-04 21:05:41 -05:00
parent 90d765d224
commit 88cc80db16

View File

@@ -187,7 +187,7 @@ class MoonsAdminController extends Controller
//Form our array of strings for each system, planet, and moon combination.
foreach($moons as $m) {
$temp = $m->System . " - " . $m->Planet . " - " . $m->Moon . " - " . $m->StructureName;
array_push($spmnTemp, $tempArr);
array_push($spmnTemp, $temp);
}
foreach($spmnTemp as $key => $value) {