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:
Andreas Fischer 2012-11-16 21:05:23 +01:00
commit 65dde648ca

View file

@ -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');
}
}