1
0
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:
Marc Alexander
2012-11-30 16:46:11 +01:00
parent d5cbedaaa2
commit 33b98dc5ba
7 changed files with 62 additions and 68 deletions

View File

@@ -117,6 +117,7 @@ class phpbb_avatar_manager
self::$valid_drivers[$driver->get_name()] = $driver->get_name();
}
}
asort(self::$valid_drivers);
}
}