fix: undefined index

This commit is contained in:
Martin Ambrus
2017-11-05 01:28:24 +01:00
parent 169c07dd92
commit 740c28f136
+1 -1
View File
@@ -333,7 +333,7 @@ $end = ($tribe*10);
?><tbody class="infos">
<th>Destination:</th>
<td colspan="<?php if($process['t11'] != ''){ echo"11"; }else{ echo"10"; } ?>">
<td colspan="<?php if(!empty($process['t11'])){ echo"11"; }else{ echo"10"; } ?>">
<?PHP
echo"Warning: Catapult will <b>ONLY</b> shoot with a normal attack (they dont shoot with raids!)";