- Patch #184742 by John Morahan: fixed PHP warning.

6.x
Dries Buytaert 2007-11-14 05:59:38 +00:00
parent 8d01757e5d
commit e05c6195ab
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ function block_admin_display_js($theme = NULL) {
$throttle = module_exists('throttle');
if ($throttle) {
$block['throttle'] = $_POST[$key]['throttle'];
$block['throttle'] = !empty($_POST[$key]['throttle']);
}
if ($block['weight'] != $form_cache->data[$key]['weight']['#default_value'] || $block['region'] != $form_cache->data[$key]['region']['#default_value']) {