mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
fix call forward back button on save (#7196)
* fix call forward back button on save
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user