mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-32693' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
97101a0397
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ $confirm = optional_param('confirm', 0, PARAM_BOOL);
|
||||||
admin_externalpage_setup('externalservicefunctions');
|
admin_externalpage_setup('externalservicefunctions');
|
||||||
|
|
||||||
//define nav bar
|
//define nav bar
|
||||||
$PAGE->set_url('/' . $CFG->admin . '/websevice/service_functions.php', array('id' => $serviceid));
|
$PAGE->set_url('/' . $CFG->admin . '/webservice/service_functions.php', array('id' => $serviceid));
|
||||||
$node = $PAGE->settingsnav->find('externalservices', navigation_node::TYPE_SETTING);
|
$node = $PAGE->settingsnav->find('externalservices', navigation_node::TYPE_SETTING);
|
||||||
if ($node) {
|
if ($node) {
|
||||||
$node->make_active();
|
$node->make_active();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue