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:
parent
c7976279e1
commit
3b0e0dba32
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user