From 1aa64b25a4ce3b4816963aebbf076cabc22f9506 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 30 Dec 2009 15:19:59 +0000 Subject: [PATCH] MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions --- lib/outputcomponents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5