Bug 25107: Remove double passing of $server variable to maybe_add in C4::SIP::Sip...
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 10 Apr 2020 10:58:43 +0000 (06:58 -0400)
committerJoy Nelson <joy@bywatersolutions.com>
Mon, 11 May 2020 16:40:13 +0000 (16:40 +0000)
commit6e53814c58be68bf7392395896c7a66a40d12bd1
treed0b2910cb8565ae42d198d5b6b39be4c8b18449b
parent8dea59bba0c620da41a47698e2142e61f1dba3f9
Bug 25107: Remove double passing of $server variable to maybe_add in C4::SIP::Sip::MsgType

At some point some calls to maybe_add got an extra $server var in their
parameter lists. This doubled parameter does nothing and should be
removed.

Test Plan: No change in behavior should be noted

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/SIP/Sip/MsgType.pm