mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Document (Window) Title: Update variable name to avoid conflict when paging is used.
This commit is contained in:
@@ -162,10 +162,10 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
//show the header
|
||||
require_once "resources/header.php";
|
||||
if ($action == "update") {
|
||||
$page["title"] = $text['title-default_setting-edit'];
|
||||
$document['title'] = $text['title-default_setting-edit'];
|
||||
}
|
||||
elseif ($action == "add") {
|
||||
$page["title"] = $text['title-default_setting-add'];
|
||||
$document['title'] = $text['title-default_setting-add'];
|
||||
}
|
||||
|
||||
//show the content
|
||||
|
||||
Reference in New Issue
Block a user