From caf47f8e19da9e725702fe5a6c09f10be23dd473 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 28 Mar 2012 20:21:54 -0400 Subject: [ticket/10586] Removed incorrect method call PHPBB3-10586 --- tests/functional/fixtures/ext/foo/bar/controller.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/functional/fixtures/ext/foo/bar') diff --git a/tests/functional/fixtures/ext/foo/bar/controller.php b/tests/functional/fixtures/ext/foo/bar/controller.php index 1910a4da88..3375e317b3 100644 --- a/tests/functional/fixtures/ext/foo/bar/controller.php +++ b/tests/functional/fixtures/ext/foo/bar/controller.php @@ -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' )); -- cgit v1.2.1