From c1c9ce954290b24b90bb1d9b69bb41380ca697ed Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Mon, 5 Oct 2009 15:42:30 +0000 Subject: Fixed Issue#189 --- HISTORY | 1 + framework/Web/UI/TPage.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 416f1388..3fac92d6 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,7 @@ Version 3.1.7 To be released BUG: Issue#166 - E_NOTICE level error in TDataGatewayCommand (Carl) BUG: Issue#157 - Enabled does not work properly on TActiveRadioButton/CheckBoxList controls (Bradley, Carl) +BUG: Issue#189 - Page State corrupted when EnableStateValidation=False (Christophe) BUG: Issue#198 - "Undefined variable: tagName" after error in application configuration. (Christophe) BUG: Typo in TBoundColumn (Robin) diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index 6f7e533d..4681f876 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Web.UI @@ -1287,7 +1287,7 @@ class TPageStateFormatter return Prado::unserialize($str); } else - return $str; + return Prado::unserialize($str); } return null; } -- cgit v1.2.3