From 1ec47d7ddc11b2f0d7bbcdb024fc5f08b3ebac25 Mon Sep 17 00:00:00 2001 From: Repellent Date: Tue, 18 Nov 2025 15:49:26 +0500 Subject: [PATCH] fix for php-8 --- forms/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/module.php b/forms/module.php index 5c71a95..67c75ef 100644 --- a/forms/module.php +++ b/forms/module.php @@ -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':