mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-47983_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
a46b057572
1 changed files with 8 additions and 8 deletions
|
@ -25,11 +25,11 @@
|
|||
*/
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
if ($hassiteconfig) {
|
||||
|
||||
// Manage rules page.
|
||||
$url = new moodle_url('/admin/tool/monitor/managerules.php', array('courseid' => 0));
|
||||
$temp = new admin_externalpage('toolmonitorrules', get_string('managerules', 'tool_monitor'), $url,
|
||||
'tool/monitor:managerules');
|
||||
$ADMIN->add('reports', $temp);
|
||||
}
|
||||
// Manage rules page.
|
||||
$temp = new admin_externalpage(
|
||||
'toolmonitorrules',
|
||||
get_string('managerules', 'tool_monitor'),
|
||||
new moodle_url('/admin/tool/monitor/managerules.php', array('courseid' => 0)),
|
||||
'tool/monitor:managerules'
|
||||
);
|
||||
$ADMIN->add('reports', $temp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue