mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/template-events] Remove comment
Remove comment per Nils in the PR. PHPBB3-9550
This commit is contained in:
committed by
Oleg Pudeyev
parent
132bbede2b
commit
6fc0c889fd
@@ -903,7 +903,6 @@ class phpbb_template_filter extends php_user_filter
|
||||
$files = array_merge($files, $finder
|
||||
->extension_prefix($location)
|
||||
->extension_suffix('.html')
|
||||
// XXX is this safe?
|
||||
->extension_directory("/styles/" . $this->template_name . "/template")
|
||||
->get_files());
|
||||
|
||||
|
Reference in New Issue
Block a user