Follow-up r81984: Fix function name.
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 11 Feb 2011 19:13:27 +0000 (19:13 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 11 Feb 2011 19:13:27 +0000 (19:13 +0000)
Apologies for the double commit, but my diff is broken locally.

includes/filerepo/File.php

index 809fa83..b9e1db7 100644 (file)
@@ -476,7 +476,7 @@ abstract class File {
         * @private -ish
         */
        function thumbName( $params ) {
-               return $this->getNamedThumbName( $this->getName(), $params );
+               return $this->generateThumbName( $this->getName(), $params );
        }
        
        /**