From 83a2d7d816084a0e467bc3cd226385dfd5549f8c Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 20 Jun 2015 14:42:00 +0200 Subject: [PATCH] [ticket/552] Correctly create path to module images B3P-552 --- controller/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'); } /**