From bf14f571771c0bd7560fea2e10f525489d7a499f Mon Sep 17 00:00:00 2001 From: Madpwnhammer Date: Thu, 11 Aug 2022 13:15:32 +0300 Subject: [PATCH] Fixed import struct fields error exception --- targets/php/php_tpl.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/php/php_tpl.inc.php b/targets/php/php_tpl.inc.php index 62e55b7..a06b9e3 100644 --- a/targets/php/php_tpl.inc.php +++ b/targets/php/php_tpl.inc.php @@ -68,6 +68,7 @@ class %class% %parent_class% try { + \$IDX = 0; %fill_fields% } catch(Exception \$e)