Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3e8385
)
admin MDL-20204 Fixed minor regression $PAGE->context needs to be set before calling...
author
Sam Hemelryk
<sam@moodle.com>
Wed, 14 Apr 2010 02:26:26 +0000
(
02:26
+0000)
committer
Sam Hemelryk
<sam@moodle.com>
Wed, 14 Apr 2010 02:26:26 +0000
(
02:26
+0000)
admin/upgradesettings.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/upgradesettings.php
b/admin/upgradesettings.php
index
c87a5dd
..
1e527c2
100644
(file)
--- a/
admin/upgradesettings.php
+++ b/
admin/upgradesettings.php
@@
-11,8
+11,8
@@
$return = optional_param('return', '', PARAM_ALPHA);
/// no guest autologin
require_login(0, false);
-$adminroot = admin_get_root(); // need all settings
admin_externalpage_setup('upgradesettings'); // now hidden page
+$adminroot = admin_get_root(); // need all settings
// now we'll deal with the case that the admin has submitted the form with new settings
if ($data = data_submitted() and confirm_sesskey()) {