mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/avatars] Fix CS
PHPBB3-10018
This commit is contained in:
parent
e861bb0e04
commit
0898d11457
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue