From 43ca317ea7d49396eb2958a38aed8b737ef4186b Mon Sep 17 00:00:00 2001
From: Malf Furious <m@lfurio.us>
Date: Sun, 3 Jan 2016 18:34:17 -0500
Subject: * Bug fix in sysconf model - save action: problem with how the code
 is redirecting to the app root on success (needed to add a trailing shash
 character)

---
 app/model/sysconf.mod.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'app/model')

diff --git a/app/model/sysconf.mod.php b/app/model/sysconf.mod.php
index 49e3b4d..fafc4d7 100644
--- a/app/model/sysconf.mod.php
+++ b/app/model/sysconf.mod.php
@@ -72,7 +72,7 @@ class SysconfModel extends MasterModel
         fwrite($f, "?>\n");
 
         fclose($f);
-        $this->redirectTo($this->ar());
+        $this->redirectTo($this->ar() . "/");
     }
 }
 
-- 
cgit v1.2.3