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

View File

@ -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)) {