diff --git a/bl-kernel/admin/controllers/edit-content.php b/bl-kernel/admin/controllers/edit-content.php index 0566ea95..d009d6ab 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'); + 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();