1
0
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:
rubencm
2019-02-06 05:19:29 +00:00
parent 71403a216e
commit 6f731f0a3e
4 changed files with 23 additions and 14 deletions

View File

@@ -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;