Skip to content

Commit dc2e471

Browse files
fix sip save
1 parent 723a24b commit dc2e471

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/MagnusBilling-current.tar.gz

55 Bytes
Binary file not shown.

protected/components/BaseController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,6 +1271,8 @@ public function getAttributesRequest()
12711271
unset($arrPost[$field]);
12721272
}
12731273
}
1274+
if (isset($arrPost['sipshowpeer']))
1275+
unset($arrPost['sipshowpeer']);
12741276
return $arrPost;
12751277
}
12761278

0 commit comments

Comments
 (0)