diff options
author | javalizard <> | 2010-04-17 04:11:51 +0000 |
---|---|---|
committer | javalizard <> | 2010-04-17 04:11:51 +0000 |
commit | 0b7c1b5adb708eafd79fb77ea2e534ef158b59aa (patch) | |
tree | 9e8d0e0c66db2ae43c78673586ba7e8a7a041b56 /framework/Web | |
parent | be9205e46bad671c50048e3f53c72768c8f239bd (diff) |
Brings the new method name in line with the rest of the methods
Diffstat (limited to 'framework/Web')
-rw-r--r-- | framework/Web/UI/WebControls/THtmlElement.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/THtmlElement.php b/framework/Web/UI/WebControls/THtmlElement.php index 9ae894b1..ddb582eb 100644 --- a/framework/Web/UI/WebControls/THtmlElement.php +++ b/framework/Web/UI/WebControls/THtmlElement.php @@ -58,7 +58,7 @@ class THtmlElement extends TWebControl * This is the default tag when no other is specified
* @return string the default tag
*/
- protected function getDefaultTag() {
+ protected function getDefaultTagName() {
return 'span';
}
}
|