updated core to 7.54
This commit is contained in:
@@ -280,7 +280,8 @@ function file_ajax_upload() {
|
||||
$form['#suffix'] .= '<span class="ajax-new-content"></span>';
|
||||
}
|
||||
|
||||
$output = theme('status_messages') . drupal_render($form);
|
||||
$form['#prefix'] .= theme('status_messages');
|
||||
$output = drupal_render($form);
|
||||
$js = drupal_add_js();
|
||||
$settings = call_user_func_array('array_merge_recursive', $js['settings']['data']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user