From: Petr Skoda Date: Sat, 2 Jan 2010 13:26:09 +0000 (+0000) Subject: MDL-21198 fixed yet another regression in last commit, lalala X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bc2587bcf0128ebe205e462af258f89efbaf1028;p=moodle.git MDL-21198 fixed yet another regression in last commit, lalala --- 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);