From 36b52fa8ecbcd3b1559a1f49cbfdb4bf413e2773 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 9 Mar 2006 02:18:49 +0000 Subject: Many small fixes due to the result of zend analyzer. --- framework/Web/THttpSession.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/THttpSession.php') diff --git a/framework/Web/THttpSession.php b/framework/Web/THttpSession.php index 1292b548..ad7d272a 100644 --- a/framework/Web/THttpSession.php +++ b/framework/Web/THttpSession.php @@ -193,7 +193,7 @@ class THttpSession extends TApplicationComponent implements IteratorAggregate,Ar else if(ctype_alnum($value)) session_name($value); else - throw new TInvalidDataValueException('httpsession_sessionname_invalid',$name); + throw new TInvalidDataValueException('httpsession_sessionname_invalid',$value); } /** -- cgit v1.2.3