aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template')
-rw-r--r--phpBB/includes/template/filter.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/template/filter.php
index 6151983be0..ea5b17c11a 100644
--- a/phpBB/includes/template/filter.php
+++ b/phpBB/includes/template/filter.php
@@ -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)