From 436a83434c19df5152ff6d206e717c52b28b6983 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Mon, 1 Aug 2016 22:04:13 +0200 Subject: [PATCH] fix #972 --- lib/common/collections/wp_timthumbs/detectable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/collections/wp_timthumbs/detectable.rb b/lib/common/collections/wp_timthumbs/detectable.rb index aec16b7e..9258c023 100644 --- a/lib/common/collections/wp_timthumbs/detectable.rb +++ b/lib/common/collections/wp_timthumbs/detectable.rb @@ -41,7 +41,7 @@ class WpTimthumbs < WpItems %w{ timthumb.php lib/timthumb.php inc/timthumb.php includes/timthumb.php - scripts/timthumb.php tools/timthumb.php functions/timthumb.php + scripts/timthumb.php tools/timthumb.php functions/timthumb.php thumb.php }.each do |path| wp_timthumb.path = "$wp-content$/themes/#{theme_name}/#{path}"