Merge branch '2.1.x'

This commit is contained in:
Marc Alexander
2015-06-20 15:05:19 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,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/');
}
/**