From 041a57db1c46db9d16771aa6b53ab51f85f3203d Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Fri, 12 Dec 2014 22:14:50 +0100 Subject: [PATCH] HumbleBundle: ... I said "ATOM_FORMAT" --- bridges/HumbleStoreDiscountBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/HumbleStoreDiscountBridge.php b/bridges/HumbleStoreDiscountBridge.php index d40c368f..f9955fbd 100755 --- a/bridges/HumbleStoreDiscountBridge.php +++ b/bridges/HumbleStoreDiscountBridge.php @@ -33,7 +33,7 @@ class HumbleStoreDiscountBridge extends BridgeAbstract{ $thumbnail = 'https://www.humblebundle.com' . $value['storefront_featured_image_small']; $content = '' . $value['storefront_featured_image_small'] . '

' . $product_name - . '

Current price: ' . $new_price . '
Full price: ' . $full_price .'
Sale ends: '. date('DATE_ATOM', $sale_end) + . '

Current price: ' . $new_price . '
Full price: ' . $full_price .'
Sale ends: '. date(DATE_ATOM, $sale_end) . '
Developer: ' . $value['developer_name'] . '
Delivery methods: ' . $delivery_methods . '
Platforms: ' . $platforms . '
' . $value['description'];