aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/foobar/controller.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-03-28 20:21:54 -0400
committerDavid King <imkingdavid@gmail.com>2012-03-28 20:21:54 -0400
commitcaf47f8e19da9e725702fe5a6c09f10be23dd473 (patch)
treed26f69dfafe92d4f1b76442defd86403475f178b /tests/functional/fixtures/ext/foobar/controller.php
parentafc55b4c08ca891e11e2aba15dce1f9b5b7c481a (diff)
downloadforums-caf47f8e19da9e725702fe5a6c09f10be23dd473.tar
forums-caf47f8e19da9e725702fe5a6c09f10be23dd473.tar.gz
forums-caf47f8e19da9e725702fe5a6c09f10be23dd473.tar.bz2
forums-caf47f8e19da9e725702fe5a6c09f10be23dd473.tar.xz
forums-caf47f8e19da9e725702fe5a6c09f10be23dd473.zip
[ticket/10586] Removed incorrect method call
PHPBB3-10586
Diffstat (limited to 'tests/functional/fixtures/ext/foobar/controller.php')
-rw-r--r--tests/functional/fixtures/ext/foobar/controller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/fixtures/ext/foobar/controller.php b/tests/functional/fixtures/ext/foobar/controller.php
index 5161b28fe8..ff35f12ee0 100644
--- a/tests/functional/fixtures/ext/foobar/controller.php
+++ b/tests/functional/fixtures/ext/foobar/controller.php
@@ -4,8 +4,6 @@ class phpbb_ext_foobar_controller extends phpbb_extension_controller
{
public function handle()
{
- $this->template->set_ext_dir_prefix($this->phpbb_root_path . 'ext/foobar/');
-
$this->template->set_filenames(array(
'body' => 'foobar_body.html'
));