mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fixed Bug #4945
This commit is contained in:
parent
d7dfcee179
commit
2c42a9e71c
@ -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="" />';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user