Skip to content

Commit

Permalink
Fixes [#1241930] by ygerasimov
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning committed Aug 9, 2011
1 parent cb81198 commit ce8524f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/rest_server/rest_server.inc
Expand Up @@ -51,6 +51,7 @@ function _rest_server_settings_checkboxes_attributes($settings) {
$default[] = $key;
}
}
ksort($options);
return array(
'#options' => $options,
'#default_value' => $default,
Expand Down

0 comments on commit ce8524f

Please sign in to comment.