diff options
| author | xue <> | 2006-04-16 18:02:31 +0000 | 
|---|---|---|
| committer | xue <> | 2006-04-16 18:02:31 +0000 | 
| commit | 9db90898be134c9f70c0b334ec071223e60ed76c (patch) | |
| tree | c499036f6ca4b350b3f4ae48b0d55cf8308b385d /framework/Web/UI/WebControls | |
| parent | fc38326ea80e73717fb1d187a16421f7bc1b1b04 (diff) | |
Merge from 3.0 branch till 924
Diffstat (limited to 'framework/Web/UI/WebControls')
| -rw-r--r-- | framework/Web/UI/WebControls/TDatePicker.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/framework/Web/UI/WebControls/TDatePicker.php b/framework/Web/UI/WebControls/TDatePicker.php index 9bb352d6..c6a2345b 100644 --- a/framework/Web/UI/WebControls/TDatePicker.php +++ b/framework/Web/UI/WebControls/TDatePicker.php @@ -406,7 +406,7 @@ class TDatePicker extends TTextBox  	 */
  	protected function getCurrentCulture()
  	{
 -		$app = $this->getApplication()->getGlobalization();
 +		$app = $this->getApplication()->getGlobalization(false);
  		return $this->getCulture() == '' ?
  				($app ? $app->getCulture() : 'en') : $this->getCulture();
  	}
 | 
