summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorjavalizard <>2010-04-17 04:11:51 +0000
committerjavalizard <>2010-04-17 04:11:51 +0000
commit0b7c1b5adb708eafd79fb77ea2e534ef158b59aa (patch)
tree9e8d0e0c66db2ae43c78673586ba7e8a7a041b56 /framework
parentbe9205e46bad671c50048e3f53c72768c8f239bd (diff)
Brings the new method name in line with the rest of the methods
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/UI/WebControls/THtmlElement.php2
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';
}
}