commit 9156e17bd64ae29ef75d972c831dc95ff63325d3 parent 597f74fad780b6e51b186840f649acd94d256f35 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 13 Dec 2014 18:51:38 +0100 try to fix wrong variable :/ 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 @@ -6,7 +6,7 @@ if (empty($ssl)) { }else{ $http = "https://"; } -include("$uri$httpcore/config/variables.config.php"); +include($uri$http"core/config/variables.config.php"); ################ # lang support #