[feature/template-events] Remove comment

Remove comment per Nils in the PR.

PHPBB3-9550
This commit is contained in:
Erik Frèrejean 2012-04-19 13:57:11 +02:00 committed by Oleg Pudeyev
parent 132bbede2b
commit 6fc0c889fd

View file

@ -903,7 +903,6 @@ class phpbb_template_filter extends php_user_filter
$files = array_merge($files, $finder $files = array_merge($files, $finder
->extension_prefix($location) ->extension_prefix($location)
->extension_suffix('.html') ->extension_suffix('.html')
// XXX is this safe?
->extension_directory("/styles/" . $this->template_name . "/template") ->extension_directory("/styles/" . $this->template_name . "/template")
->get_files()); ->get_files());