mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +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;
|
defined('MOODLE_INTERNAL') || die;
|
||||||
|
|
||||||
if ($hassiteconfig) {
|
// Manage rules page.
|
||||||
|
$temp = new admin_externalpage(
|
||||||
// Manage rules page.
|
'toolmonitorrules',
|
||||||
$url = new moodle_url('/admin/tool/monitor/managerules.php', array('courseid' => 0));
|
get_string('managerules', 'tool_monitor'),
|
||||||
$temp = new admin_externalpage('toolmonitorrules', get_string('managerules', 'tool_monitor'), $url,
|
new moodle_url('/admin/tool/monitor/managerules.php', array('courseid' => 0)),
|
||||||
'tool/monitor:managerules');
|
'tool/monitor:managerules'
|
||||||
$ADMIN->add('reports', $temp);
|
);
|
||||||
}
|
$ADMIN->add('reports', $temp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue