From bc2587bcf0128ebe205e462af258f89efbaf1028 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 2 Jan 2010 13:26:09 +0000 Subject: [PATCH] MDL-21198 fixed yet another regression in last commit, lalala --- lib/outputrenderers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index d332136ec6..524066b101 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -1107,7 +1107,7 @@ class core_renderer extends renderer_base { $options = array('class'=>'iconhelp', 'alt'=>$text); $url = new moodle_url(get_docs_url($path)); - $icon = $this->icon('docs', $options); + $icon = $this->image('docs', $options); $link = new html_link($url, $icon.$text); -- 2.39.5