mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/11211] Fix typo in phpbb_realpath() method name
PHPBB3-11211
This commit is contained in:
parent
1a2dfa6d4c
commit
ca09eb94e3
@ -49,7 +49,7 @@ class phpbb_di_extension_ext extends Extension
|
||||
{
|
||||
if (file_exists($path . '/config/services.yml'))
|
||||
{
|
||||
$loader = new YamlFileLoader($container, new FileLocator(phpbb_real_path($path . '/config')));
|
||||
$loader = new YamlFileLoader($container, new FileLocator(phpbb_realpath($path . '/config')));
|
||||
$loader->load('services.yml');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user