diff --git a/controller/helper.php b/controller/helper.php index 25164acb..4d9257f5 100644 --- a/controller/helper.php +++ b/controller/helper.php @@ -103,7 +103,7 @@ class helper $this->php_ext = $php_ext; $this->portal_helper = $portal_helper; - $this->root_path = $phpbb_root_path . 'ext/board3/portal/'; + $this->root_path = str_replace($this->path_helper->get_web_root_path(), '', $phpbb_root_path . 'ext/board3/portal/'); } /**