Ещё больше 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
+1 -1
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>