mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests.
PHPBB3-9983
This commit is contained in:
committed by
Igor Wiedler
parent
9329b16ab1
commit
1aef7eb20e
@@ -171,9 +171,9 @@ $class_loader = new phpbb_class_loader($phpbb_root_path, '.' . $phpEx);
|
||||
$class_loader->register();
|
||||
|
||||
// set up caching
|
||||
$acm = phpbb_cache_factory::create($acm_type)->get_acm();
|
||||
$class_loader->set_acm($acm);
|
||||
$cache = new phpbb_cache_service($acm);
|
||||
$cache_factory = new phpbb_cache_factory('file');
|
||||
$class_loader->set_cache($cache_factory->get_driver());
|
||||
$cache = $cache_factory->get_service();
|
||||
|
||||
$request = new phpbb_request();
|
||||
|
||||
@@ -262,7 +262,6 @@ set_error_handler(defined('PHPBB_MSG_HANDLER') ? PHPBB_MSG_HANDLER : 'msg_handle
|
||||
|
||||
$user = new user();
|
||||
$auth = new auth();
|
||||
$cache = new cache();
|
||||
$template = new template();
|
||||
|
||||
// Add own hook handler, if present. :o
|
||||
|
Reference in New Issue
Block a user