Merge pull request #618 from marc1706/ticket/552

[ticket/552] Correctly create path to module images
This commit is contained in:
Marc Alexander
2015-06-20 15:04:39 +02:00

View File

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