From: Bryan Tong Minh Date: Fri, 11 Feb 2011 19:13:27 +0000 (+0000) Subject: Follow-up r81984: Fix function name. X-Git-Tag: 1.31.0-rc.0~32039 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=4a61580777694ea2ca85474d915d47e6ad98ed62;p=lhc%2Fweb%2Fwiklou.git Follow-up r81984: Fix function name. Apologies for the double commit, but my diff is broken locally. --- 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 ); } /**