fix typo in method name
[GitHub/Stricted/speedport-hybrid-php-api.git] / lib / trait / Phone.class.php
index 618b88c61a9fb1b8e38a9da7d3aa77ee0c7b2bb2..d55bd43db6a1a2ad28265dfd5b134b4691d3c309 100644 (file)
@@ -48,7 +48,7 @@ trait Phone {
                                                'phonebook_number_m' => $mobile
                                                );
                
-               $data = $this->sentRequest($path, $fields, true);
+               $data = $this->sendRequest($path, $fields, true);
                $data = $this->getValues($data['body']);
                
                if ($data['status'] == 'ok') {
@@ -91,7 +91,7 @@ trait Phone {
                                                'deleteEntry' => 'delete'
                                                );
                
-               $data = $this->sentRequest($path, $fields, true);
+               $data = $this->sendRequest($path, $fields, true);
                $data = $this->getValues($data['body']);
                
                if ($data['status'] == 'ok') {