From: Petr Skoda Date: Wed, 30 Dec 2009 15:19:59 +0000 (+0000) Subject: MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1aa64b25a4ce3b4816963aebbf076cabc22f9506;p=moodle.git MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions --- diff --git a/lib/outputcomponents.php b/lib/outputcomponents.php index e4f36a2300..cbc5241223 100644 --- a/lib/outputcomponents.php +++ b/lib/outputcomponents.php @@ -2060,7 +2060,7 @@ class help_icon extends html_image { $this->helppage = $helppage; $this->text = $text; - $this->component = $component; + $this->component = $module; $this->linktext = $linktext; $this->link = new html_link();