From a6a06dac8572643760a11dc0ee04233b23c9d779 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sun, 27 Jan 2019 00:13:30 +0100 Subject: [PATCH] Update edit-content.php --- bl-kernel/admin/controllers/edit-content.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-kernel/admin/controllers/edit-content.php b/bl-kernel/admin/controllers/edit-content.php index 4a653c0d..f6fadfea 100644 --- a/bl-kernel/admin/controllers/edit-content.php +++ b/bl-kernel/admin/controllers/edit-content.php @@ -55,7 +55,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') { } } - Redirect::page('content'.(isset($_POST['hash'])?$_POST['hash']:'')); + Redirect::page('content'.(isset($_POST['hash'])?$_POST['hash'].'/':'')); } // ============================================================================ @@ -71,4 +71,4 @@ try { } // Title of the page -$layout['title'] .= ' - '.$L->g('Edit content').' - '.$page->title(); \ No newline at end of file +$layout['title'] .= ' - '.$L->g('Edit content').' - '.$page->title();