diff --git a/index.php b/index.php index 37c58e1ae3..0a333b4e8f 100644 --- a/index.php +++ b/index.php @@ -101,7 +101,7 @@ $is_action = false; } if (!$is_action) { - die('Action name is missing or incorrect. Please check the action name: '.vtlib_purify($action)); + die('Action name is missing or incorrect. Please check the action name'); } }