fix for php-8

This commit is contained in:
2025-11-18 15:49:26 +05:00
parent 4ac61fec22
commit 1ec47d7ddc

View File

@@ -50,7 +50,7 @@
$lang_file = BASE_DIR . '/modules/forms/lang/' . $_SESSION['user_language'] . '.txt';
$AVE_Template->config_load($lang_file, 'module');
switch($_REQUEST['action'])
switch($_REQUEST['action'] ?? '')
{
case '':
case 'full':