Skip to content

Commit

Permalink
MDL-33015 fix invalid PAGE->url in repo instance config pages
Browse files Browse the repository at this point in the history
Conflicts:

	admin/repositoryinstance.php
  • Loading branch information
skodak authored and marinaglancy committed May 21, 2012
1 parent a38a17a commit 9bd553b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/repositoryinstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
$pagename = 'repositoryinstancenew';
}

admin_externalpage_setup($pagename);
admin_externalpage_setup($pagename, '', null, new moodle_url('/admin/repositoryinstances.php'));
require_capability('moodle/site:config', $context);

$baseurl = new moodle_url("/$CFG->admin/repositoryinstance.php", array('sesskey'=>sesskey()));
Expand Down

0 comments on commit 9bd553b

Please sign in to comment.