From fd8bb1cb21a8f4709901b898a8ea0c1f7f426a79 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sun, 27 Jan 2019 14:24:18 +0100 Subject: [PATCH] 'hash'=>'tabHash' --- bl-kernel/admin/controllers/edit-content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'].'/':'')); } // ============================================================================