mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
BugFix default_settings anchors (#2984)
update anchor names to use correct names the mentioned commit changed the anchors over to use #anchor_{subcategory} from #{subcategory} but didn't correct all instances where anchors where called into the page
this commit broke it
45bf2e5fd6
This commit is contained in:
@@ -54,7 +54,7 @@ else {
|
||||
unset($sql);
|
||||
|
||||
messages::add($text['message-update']);
|
||||
header("Location: default_settings.php".(($search != '') ? "?search=".$search : null)."#".$category);
|
||||
header("Location: default_settings.php".(($search != '') ? "?search=".$search : null)."#anchor_".$category);
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user