Skip to content

Commit

Permalink
Fix pushing to contacts. Closes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
ivkos committed May 12, 2015
1 parent 37ca279 commit 04bcc9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Pushbullet/Contact.php
Expand Up @@ -21,6 +21,7 @@ public function __construct($properties, $apiKey)

if (isset($this->email)) {
$this->setPushableRecipient("email", $this->email);
$this->pushable = true;
} else {
$this->pushable = false;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Pushbullet/Pushbullet.php
Expand Up @@ -5,7 +5,7 @@
/**
* Pushbullet
*
* @version 3.1.0
* @package Pushbullet
*/
class Pushbullet
{
Expand Down

0 comments on commit 04bcc9d

Please sign in to comment.