mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge remote-tracking branch 'imkingdavid/ticket/11211' into develop
* imkingdavid/ticket/11211: [ticket/11211] Fix typo in phpbb_realpath() method name
This commit is contained in:
commit
65dde648ca
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