mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Document (Window) Title: Update variable name to avoid conflict when paging is used.
This commit is contained in:
@@ -42,7 +42,7 @@ else {
|
||||
|
||||
//include the header
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title-variables_advanced'];
|
||||
$document['title'] = $text['title-variables_advanced'];
|
||||
|
||||
//restore the default vars.xml
|
||||
if ($_GET['a'] == "default" && permission_exists('var_edit')) {
|
||||
|
||||
Reference in New Issue
Block a user