From 344ba73173fbc8a1cdc897a26def40bef8d0f744 Mon Sep 17 00:00:00 2001 From: jonrawlins Date: Thu, 13 Sep 2012 18:18:21 +0200 Subject: [PATCH] Update core/components/phpthumbof/model/aws/sdk.class.php Fixes Caching issues within an S3 Bucket --- core/components/phpthumbof/model/aws/sdk.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/components/phpthumbof/model/aws/sdk.class.php b/core/components/phpthumbof/model/aws/sdk.class.php index 93e8764..3a44ae5 100644 --- a/core/components/phpthumbof/model/aws/sdk.class.php +++ b/core/components/phpthumbof/model/aws/sdk.class.php @@ -133,7 +133,7 @@ function __aws_sdk_ua_callback() * Class: CFRuntime * Container for all shared methods. This is not intended to be instantiated directly, but is extended by the service-specific classes. */ -if(class_exists('CFRuntime_Exception') != true) { +if(class_exists('CFRuntime') != true) { class CFRuntime { /*%******************************************************************************************%*/