mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[feature/template-events] Fix property name for extension manager.
PHPBB3-9550
This commit is contained in:
parent
66232031e4
commit
b6f6add9d4
1 changed files with 2 additions and 2 deletions
|
@ -871,9 +871,9 @@ class phpbb_template_filter extends php_user_filter
|
||||||
}
|
}
|
||||||
$location = $tag_args;
|
$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
|
$files = $finder
|
||||||
->extension_prefix($location)
|
->extension_prefix($location)
|
||||||
|
|
Loading…
Add table
Reference in a new issue