]> git.mjollnir.org Git - moodle.git/commit
NOBUG: Fixed PAGE->set_url() regression
authormudrd8mz <mudrd8mz>
Fri, 2 Oct 2009 11:42:53 +0000 (11:42 +0000)
committermudrd8mz <mudrd8mz>
Fri, 2 Oct 2009 11:42:53 +0000 (11:42 +0000)
commitf60ecadf2c153e1d284a76ec68a0016c3cd39dfa
tree2f517bf4bc7b89b28719bc63116e6a0a391c3bb6
parent7409013e79984103675d7a3afd669cef35ee9d00
NOBUG: Fixed PAGE->set_url() regression

$PAGE->set_url() is already properly called by admin_externalpage_setup()
with a required 'section' param included. We can't override the PAGE's
URL and throw away the params set previously. This may be an issue at
other external admin pages, too.
admin/xmldb/index.php