Skip to content

Commit

Permalink
fix sip save
Browse files Browse the repository at this point in the history
  • Loading branch information
callcenter-magnus committed Jan 28, 2025
1 parent 723a24b commit dc2e471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified build/MagnusBilling-current.tar.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions protected/components/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,8 @@ public function getAttributesRequest()
unset($arrPost[$field]);
}
}
if (isset($arrPost['sipshowpeer']))
unset($arrPost['sipshowpeer']);
return $arrPost;
}

Expand Down

0 comments on commit dc2e471

Please sign in to comment.