use proper value in status display
This commit is contained in:
@@ -946,7 +946,7 @@ function booking_requirements($phase) {
|
||||
$requirements['booking_stripe_library'] = array(
|
||||
'title' => $t('Booking Module Libraries'),
|
||||
'description' => $t('Ensure that the stripe module is installed.'),
|
||||
'value' => libraries_info('stripe'),
|
||||
'value' => $t('Version !version installed.', array('!version' => libraries_info('stripe')->version)),
|
||||
'severity' => REQUIREMENT_OK,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user