From 0b7c1b5adb708eafd79fb77ea2e534ef158b59aa Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sat, 17 Apr 2010 04:11:51 +0000 Subject: Brings the new method name in line with the rest of the methods --- framework/Web/UI/WebControls/THtmlElement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web') 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'; } } -- cgit v1.2.3