diff options
| author | David King <imkingdavid@gmail.com> | 2012-03-28 20:21:54 -0400 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-03-28 20:21:54 -0400 |
| commit | caf47f8e19da9e725702fe5a6c09f10be23dd473 (patch) | |
| tree | d26f69dfafe92d4f1b76442defd86403475f178b /tests/functional/fixtures/ext/foo | |
| parent | afc55b4c08ca891e11e2aba15dce1f9b5b7c481a (diff) | |
| download | forums-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/foo')
| -rw-r--r-- | tests/functional/fixtures/ext/foo/bar/controller.php | 2 |
1 files changed, 0 insertions, 2 deletions
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' )); |
