Skip to content

Commit

Permalink
MDL-32693 webservice: fix typo in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski authored and stronk7 committed May 3, 2012
1 parent ca98406 commit 7986556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/webservice/service_functions.php
Expand Up @@ -36,7 +36,7 @@
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();
Expand Down

0 comments on commit 7986556

Please sign in to comment.