mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/11700] Correctly convert old acm type to namespaced class name
PHPBB3-11700
This commit is contained in:
parent
77ffd5c6ba
commit
d12f358855
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class config extends Extension
|
|||
{
|
||||
if (preg_match('#^[a-z]+$#', $acm_type))
|
||||
{
|
||||
return 'phpbb_cache_driver_'.$acm_type;
|
||||
return '\\phpbb\cache\driver\\'.$acm_type;
|
||||
}
|
||||
|
||||
return $acm_type;
|
||||
|
|
Loading…
Add table
Reference in a new issue