mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/14285] Apply suggestions
PHPBB3-14285
This commit is contained in:
@@ -52,7 +52,7 @@ class avatar extends controller
|
||||
*/
|
||||
public function handle($file)
|
||||
{
|
||||
$file = $this->decode_avatar_filename($file);
|
||||
$file = $this->decode_filename($file);
|
||||
|
||||
return parent::handle($file);
|
||||
}
|
||||
@@ -75,7 +75,7 @@ class avatar extends controller
|
||||
*
|
||||
* @return string Filename in filesystem
|
||||
*/
|
||||
protected function decode_avatar_filename($file)
|
||||
protected function decode_filename($file)
|
||||
{
|
||||
$avatar_group = false;
|
||||
|
||||
|
Reference in New Issue
Block a user