|
[
Permalink
| « Hide
]
Daniele Cordella added a comment - 11/Dec/09 05:55 AM
As far as I can understand the attached patch fixes the problem
ok, Eloy, finally I arrived to detect it in even Moodle 2.0.
Infact, the bug exists in Moodle 2.0 too. If you use the deprecated function popup_form (from /moodle20/lib/deprecatedlib.php) the problem is exactly the same described for moodle 1.9. If you use the new syntax: $select->set_help_icon($page, $text, $linktext=false); the error doesn't change because the class moodle_help_icon extends labelled_html_component { defined in moodle20/lib/outputcomponents.php still hard code the value of the public variable $module to 'moodle'; Eloy, do I deserve the commit now? :-P |
||||||||||||||||||||||||||||||||||||||||||||||||||