1
0
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:
Igor Wiedler 2012-04-07 20:27:11 +02:00
parent e861bb0e04
commit 0898d11457

View File

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