diff --git a/Smarty.class.php b/Smarty.class.php index 752b3978..5ac19d0d 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -630,7 +630,7 @@ class Smarty $egpcs = array('e' => 'env', 'g' => 'get', 'p' => 'post', - 'c' => 'cookie', + 'c' => 'cookies', 's' => 'server'); $globals_map = array('get' => 'HTTP_GET_VARS', 'post' => 'HTTP_POST_VARS', diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 752b3978..5ac19d0d 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -630,7 +630,7 @@ class Smarty $egpcs = array('e' => 'env', 'g' => 'get', 'p' => 'post', - 'c' => 'cookie', + 'c' => 'cookies', 's' => 'server'); $globals_map = array('get' => 'HTTP_GET_VARS', 'post' => 'HTTP_POST_VARS',