From: Tim Starling Date: Sun, 24 Jun 2007 12:38:03 +0000 (+0000) Subject: honour system only please for this one X-Git-Tag: 1.31.0-rc.0~52423 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=dabbc4df62fa720c19f8974ce3e383715b4b1b84;p=lhc%2Fweb%2Fwiklou.git honour system only please for this one --- diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index c7f21cb0e1..b7028ca192 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -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; }