From: moodler Date: Mon, 29 May 2006 08:36:58 +0000 (+0000) Subject: Merged fix from stable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=815c84a8dcd77a4b655db5e29a45095ebcd65c6e;p=moodle.git Merged fix from stable --- diff --git a/blocks/admin/block_admin.php b/blocks/admin/block_admin.php index 2773d1a52c..b3739f7665 100644 --- a/blocks/admin/block_admin.php +++ b/blocks/admin/block_admin.php @@ -56,10 +56,8 @@ class block_admin extends block_list { $this->content->icons[] = ''; - if (!empty($CFG->enablestats)) { - $this->content->items[] = ''.get_string('stats').''; - $this->content->icons[] = ''; - } + $this->content->items[] = ''.get_string('reports').''; + $this->content->icons[] = ''; $this->content->items[] = ''.get_string('sitefiles').''; $this->content->icons[] = '';