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)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 15 May 2020 17:38:55 +0000 (17:38 +0000)
commitcacaebca32de1baa70a0e0ca57d3618a900d5046
tree78b7db97f3991b76b789c60fb8124ce05c2ce538
parent782656207353e72a15a185b9e06578d13747d875
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>
(cherry picked from commit 6e53814c58be68bf7392395896c7a66a40d12bd1)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/SIP/Sip/MsgType.pm