mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Revert "[feature/twig] Call set_style in the foo/bar controller for functional tests"
This reverts commit 5c39f26cd2
.
This commit is contained in:
parent
2fb48d60f1
commit
bb56c1a391
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ class phpbb_ext_foo_bar_controller
|
|||
{
|
||||
$this->template = $template;
|
||||
$this->helper = $helper;
|
||||
|
||||
$this->helper->set_style(array('ext/foo/bar/styles', 'styles'));
|
||||
}
|
||||
|
||||
public function handle()
|
||||
|
|
Loading…
Add table
Reference in a new issue