diff options
Diffstat (limited to 'framework/Web/UI/WebControls/TCustomValidator.php')
| -rw-r--r-- | framework/Web/UI/WebControls/TCustomValidator.php | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TCustomValidator.php b/framework/Web/UI/WebControls/TCustomValidator.php index 7fed2b84..f0e05370 100644 --- a/framework/Web/UI/WebControls/TCustomValidator.php +++ b/framework/Web/UI/WebControls/TCustomValidator.php @@ -4,7 +4,7 @@   *
   * @author Qiang Xue <qiang.xue@gmail.com>
   * @link http://www.pradosoft.com/
 - * @copyright Copyright © 2005-2008 PradoSoft
 + * @copyright Copyright © 2005-2010 PradoSoft
   * @license http://www.pradosoft.com/license/
   * @version $Id$
   * @package System.Web.UI.WebControls
 @@ -180,6 +180,7 @@ class TServerValidateEventParameter extends TEventParameter  	 */
  	public function __construct($value,$isValid)
  	{
 +		parent::__construct();
  		$this->_value=$value;
  		$this->setIsValid($isValid);
  	}
  | 
