From a103d34276db216fa23230c498d4741782eca8aa Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 22 Jul 2016 11:47:22 +1000 Subject: [PATCH] fix differently --- booking.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ); }