diff --git a/admin/renderer.php b/admin/renderer.php index 451a504ad27..2d6c362e0e9 100644 --- a/admin/renderer.php +++ b/admin/renderer.php @@ -1612,7 +1612,7 @@ class core_admin_renderer extends plugin_renderer_base { $row = new html_table_row(); $row->attributes['class'] = 'type-' . $plugin->type . ' name-' . $plugin->type . '_' . $plugin->name; - if ($this->page->theme->resolve_image_location('icon', $plugin->type . '_' . $plugin->name)) { + if ($this->page->theme->resolve_image_location('icon', $plugin->type . '_' . $plugin->name, null)) { $icon = $this->output->pix_icon('icon', '', $plugin->type . '_' . $plugin->name, array('class' => 'icon pluginicon')); } else { $icon = $this->output->spacer();