MDL-21695 fixed help regression

This commit is contained in:
Petr Skoda
2010-04-14 08:53:30 +00:00
parent 467c85d732
commit 9c7b24bf49
+2 -2
View File
@@ -490,7 +490,7 @@ class single_select implements renderable {
* @return void
*/
public function set_help_icon($identifier, $component = 'moodle') {
$this->helpicon = new old_help_icon($identifier, $component);
$this->helpicon = new help_icon($identifier, $component);
}
/**
@@ -598,7 +598,7 @@ class url_select implements renderable {
* @return void
*/
public function set_help_icon($identifier, $component = 'moodle') {
$this->helpicon = new _help_icon($identifier, $component);
$this->helpicon = new help_icon($identifier, $component);
}
/**