1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-14 12:40:01 +01:00

MDL-20169 reverting my incorrect patch - sorrry

This commit is contained in:
skodak 2009-08-31 20:46:11 +00:00
parent 3f33c9e250
commit ba33919185

@ -46,7 +46,7 @@ if (!isset($USER->ajax_updatable_user_prefs[$name])) {
}
// Get and the value.
$value = required_param('value', PARAM_RAW);
$value = required_param('value', $USER->ajax_updatable_user_prefs[$name]);
// Update
if (!set_user_preference($name, $value)) {