mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/template-events] Remove comment
Remove comment per Nils in the PR. PHPBB3-9550
This commit is contained in:
parent
132bbede2b
commit
6fc0c889fd
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue