mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/avatars] Various cosmetic changes
Various small changes based on feedback from nn- * Renaming $php_ext to $phpEx * Fixing copyright years * Explain $ignore_config * Explain Regex * Copypasta package error * rename get_singleton PHPBB3-10018
This commit is contained in:
committed by
Cullen Walsh
parent
7abded081d
commit
f102d9a631
@@ -567,7 +567,7 @@ class ucp_profile
|
||||
'avatar' => "ucp_avatar_options_$driver.html",
|
||||
));
|
||||
|
||||
$avatar = $avatar_manager->get_singleton($driver);
|
||||
$avatar = $avatar_manager->get_driver($driver);
|
||||
if (isset($_POST["submit_av_$driver"]))
|
||||
{
|
||||
if (check_form_key('ucp_avatar'))
|
||||
|
Reference in New Issue
Block a user