[ticket/552] Correctly create path to module images

B3P-552
This commit is contained in:
Marc Alexander
2015-06-20 14:42:00 +02:00
parent c76ba45e77
commit 83a2d7d816

View File

@@ -103,7 +103,7 @@ class helper
$this->php_ext = $php_ext; $this->php_ext = $php_ext;
$this->portal_helper = $portal_helper; $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/');
} }
/** /**