commit 93b0982e80c5a2955c274b6406e7165e6a66ac21 parent 3d65db57db67a129037cbd7e009868afa2b1f9be Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 13 Dec 2014 20:48:43 +0100 Link should work now... Diffstat:
| M | core/backend/admin/blog/newpost.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -7,7 +7,7 @@ $root_1 = realpath($_SERVER["DOCUMENT_ROOT"]); $currentdir = getcwd(); $root_2 = str_replace($root_1, '', $currentdir); $root = explode("/", $root_2); -include($root_1 . $root[1] . '/core/config/variables.config.php'); +include($root_1 . '/' . $root[1] . '/core/config/variables.config.php'); ################ # lang support #