mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 18:50:25 +02:00
[feature/avatars] Fix CS
PHPBB3-10018
This commit is contained in:
parent
e861bb0e04
commit
0898d11457
@ -116,7 +116,8 @@ class phpbb_avatar_manager
|
||||
/**
|
||||
* @TODO
|
||||
**/
|
||||
public function get_valid_drivers() {
|
||||
public function get_valid_drivers()
|
||||
{
|
||||
if (self::$valid_drivers === false)
|
||||
{
|
||||
$this->load_valid_drivers();
|
||||
|
Loading…
x
Reference in New Issue
Block a user