Ещё больше Undefined index fix

This commit is contained in:
Igor Barkov [iwork] 2018-12-11 15:40:45 +02:00
parent 65128ac9d6
commit 4524183fd2
2 changed files with 2 additions and 1 deletions

View File

@ -1642,6 +1642,7 @@ function showitem($row, $type, $returned = false, $infOnly = false)
global $user;
$runes_exp = ['1' => 10500, '2' => 23500, '3' => 38500, '4' => 57000, '5' => 77000, '6' => 103000, '7' => 136500, '8' => 171500, '9' => 212500, '10' => 257500];
$returnHTML = '';
$magic = [];
$incmagic = [];
$up = '';
if ((($row['maxdur'] <= ($row['duration'])) || ($row['dategoden'] && $row['dategoden'] <= time()))) {

View File

@ -2690,7 +2690,7 @@ if (input::get('edit')) {
</td>
</tr>
</table>
<?php if (!in_array($_GET['mZeAjax'], array('mZeInventory', 'mZeFilter'))): ?>
<?php if (!in_array(input::get('mZeAjax'), array('mZeInventory', 'mZeFilter'))): ?>
</div>
</td>
</form>