mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/10586] Removed incorrect method call
PHPBB3-10586
This commit is contained in:
@@ -4,8 +4,6 @@ class phpbb_ext_foo_bar_controller extends phpbb_extension_controller
|
||||
{
|
||||
public function handle()
|
||||
{
|
||||
$this->template->set_ext_dir_prefix($this->phpbb_root_path . 'ext/foo/bar/');
|
||||
|
||||
$this->template->set_filenames(array(
|
||||
'body' => 'foobar_body.html'
|
||||
));
|
||||
|
Reference in New Issue
Block a user