mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:58:55 +00:00
[feature/avatars] Remove unneeded require (class is now autoloaded)
PHPBB3-10018
This commit is contained in:
parent
c7976279e1
commit
3b0e0dba32
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue