From 4a61580777694ea2ca85474d915d47e6ad98ed62 Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Fri, 11 Feb 2011 19:13:27 +0000 Subject: [PATCH] Follow-up r81984: Fix function name. Apologies for the double commit, but my diff is broken locally. --- includes/filerepo/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index 809fa830d4..b9e1db7b33 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -476,7 +476,7 @@ abstract class File { * @private -ish */ function thumbName( $params ) { - return $this->getNamedThumbName( $this->getName(), $params ); + return $this->generateThumbName( $this->getName(), $params ); } /** -- 2.20.1