1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[ticket/14561] Use the user loader where appropriate

PHPBB3-14561
This commit is contained in:
Matt Friedman
2016-03-27 10:24:12 -07:00
parent ed0f151d86
commit 4b789c0418
6 changed files with 29 additions and 40 deletions

View File

@@ -40,6 +40,7 @@ class phpbb_console_user_activate_test extends phpbb_console_user_base
$this->language,
$this->log,
$this->notifications,
$this->user_loader,
$this->phpbb_root_path,
$this->php_ext
));