Skip to content

Commit 04bcc9d

Browse files
committed
Fix pushing to contacts. Closes #45
1 parent 37ca279 commit 04bcc9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Pushbullet/Contact.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function __construct($properties, $apiKey)
2121

2222
if (isset($this->email)) {
2323
$this->setPushableRecipient("email", $this->email);
24+
$this->pushable = true;
2425
} else {
2526
$this->pushable = false;
2627
}

src/Pushbullet/Pushbullet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Pushbullet
77
*
8-
* @version 3.1.0
8+
* @package Pushbullet
99
*/
1010
class Pushbullet
1111
{

0 commit comments

Comments
 (0)