diff options
-rw-r--r-- | protocol/smppclient.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/smppclient.class.php b/protocol/smppclient.class.php index f88cc19..f88cb23 100644 --- a/protocol/smppclient.class.php +++ b/protocol/smppclient.class.php @@ -981,7 +981,7 @@ class SmppSms extends SmppPdu * @param integer $smDefaultMsgId (optional) * @param integer $replaceIfPresentFlag (optional) */ - public function __construct($id, $status, $sequence, $body, $service_type, Address $source, Address $destination, + public function __construct($id, $status, $sequence, $body, $service_type, SmppAddress $source, SmppAddress $destination, $esmClass, $protocolId, $priorityFlag, $registeredDelivery, $dataCoding, $message, $tags, $scheduleDeliveryTime=null, $validityPeriod=null, $smDefaultMsgId=null, $replaceIfPresentFlag=null) { |