commit f1532761e2346691f57590451a1a26bdf5cfd843 parent af93940fdf975b18a5fb6fd6dc474890e3a62714 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 13 Dec 2014 19:59:02 +0100 change parameters 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 @@ -5,7 +5,7 @@ echo " x "; $currentdir = getcwd(); echo getcwd(); echo " x "; -$root_2 = str_replace($currentdir, '', $root_1); +$root_2 = str_replace('', $currentdir, $root_1); echo $root_2; include('/core/config/variables.config.php');