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