]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed Bug #4945
authorvyshane <vyshane>
Tue, 21 Mar 2006 03:11:38 +0000 (03:11 +0000)
committervyshane <vyshane>
Tue, 21 Mar 2006 03:11:38 +0000 (03:11 +0000)
blocks/admin/block_admin.php

index 1699cbd8c688f6bb99db963aa1320d1d08a890bc..822b7ee20ab36e31e2b4a4dc0b7daebbe8394faf 100644 (file)
@@ -57,7 +57,7 @@ class block_admin extends block_list {
 
 
             if (!empty($CFG->enablestats)) {
-                $this->content->items[] = '<a href="'.$CFG->wwwroot.'/course/stats.php?course='.SITEID.'">'.get_string('stats').'</a>';
+                $this->content->items[] = '<a href="'.$CFG->wwwroot.'/course/report/stats/index.php?course='.SITEID.'">'.get_string('stats').'</a>';
                 $this->content->icons[] = '<img src="'.$CFG->pixpath.'/i/stats.gif" alt="" />';
             }