mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Fix and elseif statement, the domain time_zone, and indentation on a few lines.
This commit is contained in:
@@ -169,7 +169,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
if ($action == "update") {
|
||||
$page["title"] = $text['title-default_setting-edit'];
|
||||
}
|
||||
else if ($action == "add") {
|
||||
elseif ($action == "add") {
|
||||
$page["title"] = $text['title-default_setting-add'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user