aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/error/disabled/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/error/disabled/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/error/disabled/controller.php')
-rw-r--r--tests/functional/fixtures/ext/error/disabled/controller.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/functional/fixtures/ext/error/disabled/controller.php b/tests/functional/fixtures/ext/error/disabled/controller.php
index ef2edda3de..57b913f377 100644
--- a/tests/functional/fixtures/ext/error/disabled/controller.php
+++ b/tests/functional/fixtures/ext/error/disabled/controller.php
@@ -3,9 +3,7 @@
class phpbb_ext_error_disabled_controller extends phpbb_extension_controller
{
public function handle()
- {
- $this->template->set_ext_dir_prefix($this->phpbb_root_path . 'ext/error/disabled/');
-
+ {
$this->template->set_filenames(array(
'body' => 'index_body.html'
));