From dabbc4df62fa720c19f8974ce3e383715b4b1b84 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 24 Jun 2007 12:38:03 +0000 Subject: [PATCH] honour system only please for this one --- includes/filerepo/File.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.20.1