File: phpbb/template/twig/environment.php
Unmodified
Added
Modified
Removed
Line 69 | Line 69 |
---|
$this->phpbb_dispatcher = $phpbb_dispatcher;
$this->phpbb_root_path = $this->phpbb_path_helper->get_phpbb_root_path();
|
$this->phpbb_dispatcher = $phpbb_dispatcher;
$this->phpbb_root_path = $this->phpbb_path_helper->get_phpbb_root_path();
|
$this->web_root_path = $this->phpbb_path_helper->get_web_root_path();
| |
$this->assets_bag = new assets_bag();
| $this->assets_bag = new assets_bag();
|
Line 132 | Line 131 |
---|
*/ public function get_web_root_path() {
|
*/ public function get_web_root_path() {
|
return $this->web_root_path;
| return $this->web_root_path ?? $this->web_root_path = $this->phpbb_path_helper->get_web_root_path();
|
}
/**
| }
/**
|