diff --git a/chosen.install b/chosen.install index 05cebf8..33e1c25 100644 --- a/chosen.install +++ b/chosen.install @@ -19,6 +19,7 @@ function chosen_requirements($phase) { 'title' => $t('Chosen JavaScript file'), 'severity' => REQUIREMENT_ERROR, 'description' => $t('You need to download the !chosen and extract the entire contents of the archive into the %path directory on your server.', array('!chosen' => l($t('Chosen JavaScript file'), $library['download url']), '%path' => 'sites/all/libraries')), + 'value' => $library['error message'], ); } else {