Skip to content

Commit

Permalink
adding readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
moradgholi committed Nov 11, 2014
1 parent 0b0c053 commit fa300e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nikapps/BazaarPush/BazaarPush.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ public function pushReport($reportTitle, $reportBody, $account){
$pushBullet = new PHPushbullet($pushKey['key']);
if($pushKey['devices'] == null){
// pushes to all of the devices
//$pushBullet->pushNote(null, $reportTitle, $reportBody);
foreach($pushBullet->devices() as $device){
$pushBullet->device($device->iden)->note($reportTitle, $reportBody);
}
Expand Down

0 comments on commit fa300e3

Please sign in to comment.