mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 14:28:56 +00:00
[ticket/11211] Fix typo in phpbb_realpath() method name
PHPBB3-11211
This commit is contained in:
parent
1a2dfa6d4c
commit
ca09eb94e3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class phpbb_di_extension_ext extends Extension
|
||||||
{
|
{
|
||||||
if (file_exists($path . '/config/services.yml'))
|
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');
|
$loader->load('services.yml');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue