From 815c84a8dcd77a4b655db5e29a45095ebcd65c6e Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 29 May 2006 08:36:58 +0000 Subject: [PATCH] Merged fix from stable --- blocks/admin/block_admin.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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[] = ''; -- 2.39.5