mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/avatars] Fix variable names
PHPBB3-10018
This commit is contained in:
@@ -117,6 +117,7 @@ class phpbb_avatar_manager
|
||||
self::$valid_drivers[$driver->get_name()] = $driver->get_name();
|
||||
}
|
||||
}
|
||||
asort(self::$valid_drivers);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user