TT#35507 Fix 091dee6: typo fix in InternalSms.pm

Change-Id: I66737c536d4bca204719f562f29bf3afba7b245f
changes/06/20706/2
Alexander Lutay 8 years ago
parent 6634af93ae
commit 779fae3b1a

@ -238,7 +238,7 @@ sub receive :Chained('list') :PathPart('receive') :Args(0) {
my $error_msg;
NGCP::Panel::Utils::SMS::send_sms(
c => $c,
smsc_peer => $smsc_peer;
smsc_peer => $smsc_peer,
caller => $to, # use the original to as new from
callee => $dst,
text => $text,

Loading…
Cancel
Save