diff options
author | wei <> | 2006-10-16 05:44:10 +0000 |
---|---|---|
committer | wei <> | 2006-10-16 05:44:10 +0000 |
commit | 459bb9c618a8f2897da22129167e634589435e38 (patch) | |
tree | 63643dd063d93bac74e5707683405f2caf424162 /framework/Web | |
parent | 5fbfffc8df84b6f9781ddfcc00bfa45a7c9cb9d4 (diff) |
typo
Diffstat (limited to 'framework/Web')
-rw-r--r-- | framework/Web/UI/ActiveControls/TCallbackClientScript.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/ActiveControls/TCallbackClientScript.php b/framework/Web/UI/ActiveControls/TCallbackClientScript.php index 5ef2bf03..6656822e 100644 --- a/framework/Web/UI/ActiveControls/TCallbackClientScript.php +++ b/framework/Web/UI/ActiveControls/TCallbackClientScript.php @@ -362,7 +362,7 @@ class TCallbackClientScript extends TApplicationComponent */
public function replaceContent($element,$content)
{
- $this->replace($element, $writer);
+ $this->replace($element, $content);
}
/**
|