diff --git a/forms/module.php b/forms/module.php index 0a3b723..5c71a95 100644 --- a/forms/module.php +++ b/forms/module.php @@ -81,6 +81,8 @@ $lang_file = BASE_DIR . '/modules/forms/lang/' . $_SESSION['admin_language'] . '.txt'; $AVE_Template->config_load($lang_file, 'module'); + $response = ''; + // создаём переменные с версией движка $ave14 = ((float)str_replace(',', '.', APP_VERSION) < 1.5); $AVE_Template->assign('ave14', $ave14);