1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-19 05:49:44 +02:00

[feature/avatars] Remove unneeded require (class is now autoloaded)

PHPBB3-10018
This commit is contained in:
Igor Wiedler 2012-04-07 19:08:54 +02:00
parent c7976279e1
commit 3b0e0dba32

View File

@ -82,8 +82,6 @@ class phpbb_avatar_manager
**/
private function load_valid_drivers()
{
require_once($this->phpbb_root_path . 'includes/avatar/driver.' . $this->phpEx);
if ($this->cache)
{
self::$valid_drivers = $this->cache->get('avatar_drivers');