fix call forward back button on save (#7196)

* fix call forward back button on save
This commit is contained in:
frytimo
2024-12-11 17:53:55 -04:00
committed by GitHub
parent 975f0755ea
commit 3d4fe6e5c1
3 changed files with 10 additions and 1 deletions

View File

@@ -1061,6 +1061,9 @@
$object = new token;
$token = $object->create($_SERVER['PHP_SELF']);
//set the back button
$_SESSION['call_forward_back'] = $_SERVER['PHP_SELF'] . "?id=$extension_uuid";
//begin the page content
require_once "resources/header.php";
if ($action == "update") {