Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -392,8 +392,9 @@ |
393 | 393 | * Return the file name of a thumbnail with the specified parameters |
394 | 394 | * |
395 | 395 | * @param array $params Handler-specific parameters |
| 396 | + * @private -ish |
396 | 397 | */ |
397 | | - protected function thumbName( $params ) { |
| 398 | + function thumbName( $params ) { |
398 | 399 | if ( !$this->getHandler() ) { |
399 | 400 | return null; |
400 | 401 | } |