diff options
-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; |