From af2d46c638c91ade1b627e957241ddaf98f5ed5f Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 8 Dec 2005 17:52:50 +0000 Subject: --- framework/Web/UI/TClientScriptManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index 0701a245..27029f56 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -396,7 +396,7 @@ class TClientScriptManager extends TComponent public function renderHeadScriptFiles($writer) { $str=''; - foreach($this->_styleSheetFiles as $url) + foreach($this->_headScriptFiles as $url) $str.="\n"; $writer->write($str); } -- cgit v1.2.3