MDL-34175 a few more renamed admin fixes
Conflicts: admin/tool/assignmentupgrade/batchupgrade.php admin/tool/assignmentupgrade/index.php admin/tool/assignmentupgrade/listnotupgraded.php admin/tool/assignmentupgrade/upgradesingle.php admin/tool/assignmentupgrade/upgradesingleconfirm.php
This commit is contained in:
@@ -29,7 +29,7 @@ if (isset($CFG->mnet_dispatcher_mode) and $CFG->mnet_dispatcher_mode !== 'off')
|
||||
new admin_externalpage(
|
||||
'mnetpeer' . $host->id,
|
||||
$host->name,
|
||||
$CFG->wwwroot . '/admin/mnet/peers.php?step=update&hostid=' . $host->id,
|
||||
$CFG->wwwroot . '/'.$CFG->admin.'/mnet/peers.php?step=update&hostid=' . $host->id,
|
||||
'moodle/site:config'
|
||||
)
|
||||
);
|
||||
|
||||
@@ -142,7 +142,7 @@ if (isset($script)) {
|
||||
|
||||
// The flexitable that will root listings
|
||||
$table = new xhprof_table_sql('profiling-list-table');
|
||||
$baseurl = $CFG->wwwroot . '/admin/tool/profiling/index.php';
|
||||
$baseurl = $CFG->wwwroot . '/'.$CFG->admin.'/tool/profiling/index.php';
|
||||
|
||||
// Check if we are listing all or some URL ones
|
||||
$sqlconditions = '';
|
||||
|
||||
Reference in New Issue
Block a user