diff --git a/booking.module b/booking.module index a8241f4..862c62a 100644 --- a/booking.module +++ b/booking.module @@ -947,7 +947,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' => $t('Version !version installed.', array('!version' => $info->version)), + 'value' => $t('Version !version installed.', array('!version' => $info['version'])), 'severity' => REQUIREMENT_OK, ); }