honour system only please for this one
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 24 Jun 2007 12:38:03 +0000 (12:38 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 24 Jun 2007 12:38:03 +0000 (12:38 +0000)
includes/filerepo/File.php

index c7f21cb..b7028ca 100644 (file)
@@ -392,8 +392,9 @@ abstract class File {
         * Return the file name of a thumbnail with the specified parameters
         *
         * @param array $params Handler-specific parameters
+        * @private -ish
         */
-       protected function thumbName( $params ) {
+       function thumbName( $params ) {
                if ( !$this->getHandler() ) {
                        return null;
                }