mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
[feature/template-events] Fix property name for extension manager.
PHPBB3-9550
This commit is contained in:
@@ -871,9 +871,9 @@ class phpbb_template_filter extends php_user_filter
|
||||
}
|
||||
$location = $tag_args;
|
||||
|
||||
if ($this->phpbb_extension_manager)
|
||||
if ($this->extension_manager)
|
||||
{
|
||||
$finder = $this->phpbb_extension_manager->get_finder();
|
||||
$finder = $this->extension_manager->get_finder();
|
||||
|
||||
$files = $finder
|
||||
->extension_prefix($location)
|
||||
|
Reference in New Issue
Block a user