diff --git a/system/Security/Security.php b/system/Security/Security.php index 4d4d856cc1d8..b6d2660295b9 100644 --- a/system/Security/Security.php +++ b/system/Security/Security.php @@ -422,7 +422,7 @@ public function shouldRedirect(): bool * * If it is acceptable for the user input to include relative paths, * e.g. file/in/some/approved/folder.txt, you can set the second optional - * parameter, $relative_path to TRUE. + * parameter, $relativePath to TRUE. * * @param string $str Input file name * @param bool $relativePath Whether to preserve paths