Skip to content

Commit

Permalink
Fixed issue #140
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasKovacs committed Sep 27, 2016
1 parent dca5a38 commit 5eea515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xgp3.0.0/upload/application/controllers/game/fleet3.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ private function buildPage()
$UsedPlanet = false;
$MissionSelector = '';
$available_ships = $this->getAvailableShips($_POST);
$missiontype = [];

// QUERYS
$select = parent::$db->queryFetch(
Expand Down Expand Up @@ -140,7 +141,7 @@ private function buildPage()
$missiontype[8] = $this->langs['type_mission'][8];
} else {

$missiontype = array();
$missiontype = [];
}
} elseif ($planettype == 1 or $planettype == 3) {

Expand Down

0 comments on commit 5eea515

Please sign in to comment.