mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02: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:
@@ -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');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user