Skip to content
Snippets Groups Projects
Commit b2dd7765 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#200856 by Pancho: warning level requirement problems deserve a warning...

#200856 by Pancho: warning level requirement problems deserve a warning message not just a status message in update module
parent 20e65224
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ function update_help($path, $arg) {
drupal_set_message($status[$type]['description'], 'error');
}
elseif ($status[$type]['severity'] == REQUIREMENT_WARNING) {
drupal_set_message($status[$type]['description']);
drupal_set_message($status[$type]['description'], 'warning');
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment