From ed15c856cefc509e28cd72101247a4794c2d2609 Mon Sep 17 00:00:00 2001 From: andrey Date: Fri, 26 Oct 2001 19:37:14 +0000 Subject: [PATCH] Typo. --- Smarty.class.php | 2 +- libs/Smarty.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',