- Patch #834848 by Berdir: warning message regarding hook_update_last_removed() is not displayed.
parent
daf1a12aec
commit
b9bcbf8c63
|
@ -56,9 +56,10 @@ function update_script_selection_form($form, &$form_state) {
|
|||
foreach ($updates as $module => $update) {
|
||||
if (!isset($update['start'])) {
|
||||
$form['start'][$module] = array(
|
||||
'#title' => $module,
|
||||
'#item' => $update['warning'],
|
||||
'#prefix' => '<div class="warning">',
|
||||
'#type' => 'item',
|
||||
'#title' => $module . ' module',
|
||||
'#markup' => $update['warning'],
|
||||
'#prefix' => '<div class="messages warning">',
|
||||
'#suffix' => '</div>',
|
||||
);
|
||||
$incompatible_updates_exist = TRUE;
|
||||
|
|
Loading…
Reference in New Issue