diff --git a/bl-kernel/admin/controllers/edit-content.php b/bl-kernel/admin/controllers/edit-content.php index f6fadfea..160e30d6 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['tabHash'])?$_POST['tabHash'].'/':'')); } // ============================================================================