#200856 by Pancho: warning level requirement problems deserve a warning message not just a status message in update module
parent
20e652246f
commit
b2dd7765a6
|
@ -61,7 +61,7 @@ function update_help($path, $arg) {
|
||||||
drupal_set_message($status[$type]['description'], 'error');
|
drupal_set_message($status[$type]['description'], 'error');
|
||||||
}
|
}
|
||||||
elseif ($status[$type]['severity'] == REQUIREMENT_WARNING) {
|
elseif ($status[$type]['severity'] == REQUIREMENT_WARNING) {
|
||||||
drupal_set_message($status[$type]['description']);
|
drupal_set_message($status[$type]['description'], 'warning');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue