fix call forward back button on save (#7196)

* fix call forward back button on save
This commit is contained in:
frytimo
2024-12-11 14:53:55 -07:00
committed by GitHub
parent 975f0755ea
commit 3d4fe6e5c1
3 changed files with 10 additions and 1 deletions
+3
View File
@@ -209,6 +209,9 @@
}
require_once "resources/header.php";
//set the back button
$_SESSION['call_forward_back'] = $_SERVER['PHP_SELF'];
//show the content
if ($is_included) {
echo "<div class='action_bar sub'>\n";