Skip to content

Commit

Permalink
Fixed bug in Xgp Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalat committed May 12, 2015
1 parent ca76816 commit 901a828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/Xgp/missionCaseAttack.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ function sendMessage($FleetRow, $report, $lang, $resource)
$style = "red";
}
$raport = "<a href=\"#\" style=\"color:" . $style . ";\" OnClick=\'f(\"CombatReport.php?raport=" . $rid . "\", \"\");\' >" . $lang['sys_mess_attack_report'] . " [" . $FleetRow['fleet_end_galaxy'] . ":" . $FleetRow['fleet_end_system'] . ":" . $FleetRow['fleet_end_planet'] . "]</a>";
SendSimpleMessage($FleetRow['fleet_owner'], '', $FleetRow['fleet_start_time'], 3, $lang['sys_mess_tower'], $raport, '');
SendSimpleMessage($id, '', $FleetRow['fleet_start_time'], 3, $lang['sys_mess_tower'], $raport, '');
}
foreach ($idDefs as $id)
{
Expand Down

0 comments on commit 901a828

Please sign in to comment.