From cd3fa019ecbda3277ec1c3f7e606bb48a3931fd7 Mon Sep 17 00:00:00 2001 From: Andi Fahruddin Akas Date: Mon, 16 Dec 2024 02:09:14 +0800 Subject: [PATCH] Update SecurityInterface.php --- system/Security/SecurityInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Security/SecurityInterface.php b/system/Security/SecurityInterface.php index 1460cf0e6a00..03a5ba2321d0 100644 --- a/system/Security/SecurityInterface.php +++ b/system/Security/SecurityInterface.php @@ -64,7 +64,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