From d29f65df2bc5ce4cf294f687e90a02229bc35356 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 21 Apr 2006 12:05:22 +0000 Subject: Removed the usage of direct property. --- framework/Web/UI/WebControls/TValidationSummary.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/Web/UI/WebControls/TValidationSummary.php b/framework/Web/UI/WebControls/TValidationSummary.php index 0d9f88e3..2bc3f62c 100644 --- a/framework/Web/UI/WebControls/TValidationSummary.php +++ b/framework/Web/UI/WebControls/TValidationSummary.php @@ -229,8 +229,8 @@ class TValidationSummary extends TWebControl */ protected function getClientScriptOptions() { - $options['ID'] = $this->ClientID; - $options['FormID'] = $this->Page->Form->ClientID; + $options['ID'] = $this->getClientID(); + $options['FormID'] = $this->getPage()->getForm()->getClientID(); if($this->getShowMessageBox()) $options['ShowMessageBox']=true; if(!$this->getShowSummary()) -- cgit v1.2.3