Skip to content

Commit

Permalink
Fix so we can edit inbound routes with plus signs
Browse files Browse the repository at this point in the history
  • Loading branch information
asternic committed Oct 31, 2024
1 parent 01bad72 commit b60cf53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/page.did.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

if (isset($_REQUEST['extension']) && isset($_REQUEST['cidnum'])) {
$extdisplay = $_REQUEST['extension']."/".$_REQUEST['cidnum'];
$old_extdisplay = $_REQUEST['extension'];
}


Expand Down

0 comments on commit b60cf53

Please sign in to comment.