fix getLTEInfo()
[GitHub/Stricted/speedport-hybrid-php-api.git] / tests / Data.class.php
index 0ebf097abad4ea32cfa465d0f8f2401c351bc0fa..b15029bad0e196701ab56f23f6b4e3faae4bde8d 100644 (file)
@@ -87,7 +87,7 @@ class Data extends SpeedportHybrid {
        }
        
        public function getLTEInfo () {
-               return $this->getData('letinfo');
+               return $this->getData('lteinfo');
        }
        
        public function getStatus () {