aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/foobar
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/fixtures/ext/foobar')
-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'
));