fix for php-8
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user