diff options
author | Hans Duedal <hd@onlinecity.dk> | 2012-02-20 18:46:23 +0100 |
---|---|---|
committer | Hans Duedal <hd@onlinecity.dk> | 2012-02-20 18:46:23 +0100 |
commit | dd4586e5d8118351b14cb9be412af3a7ca29ec69 (patch) | |
tree | e1ee56657ba65e94a826bfe2e75b409da328fa5e | |
parent | 2b883a9ab3160cac91253acaa47a49c4043b621d (diff) | |
download | php-smpp-dd4586e5d8118351b14cb9be412af3a7ca29ec69.zip php-smpp-dd4586e5d8118351b14cb9be412af3a7ca29ec69.tar.gz php-smpp-dd4586e5d8118351b14cb9be412af3a7ca29ec69.tar.bz2 |
Fixed notice
-rw-r--r-- | smppclient.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smppclient.class.php b/smppclient.class.php index f2552e0..09568fc 100644 --- a/smppclient.class.php +++ b/smppclient.class.php @@ -66,7 +66,7 @@ class SmppClient */ const CSMS_8BIT_UDH = 2; - public static $csms_method = CSMS_16BIT_TAGS; + public static $csms_method = SmppClient::CSMS_16BIT_TAGS; public $debug; |