From 803e93f61c74718aa5dcedacc77844baf984694b Mon Sep 17 00:00:00 2001 From: franck Date: Mon, 26 Aug 2013 09:59:01 +0200 Subject: [PATCH] Fixed typo --- core/lib/Thelia/Command/ClearImageCache.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/lib/Thelia/Command/ClearImageCache.php b/core/lib/Thelia/Command/ClearImageCache.php index 801e2e8d0..8f11770a3 100644 --- a/core/lib/Thelia/Command/ClearImageCache.php +++ b/core/lib/Thelia/Command/ClearImageCache.php @@ -1,5 +1,4 @@ writeln(sprintf("Failed to clear image cache: %s", $ex->getMessage())); } } -} +} \ No newline at end of file