Revert "Fix pushbullet device_iden parameter."

This commit is contained in:
John Reese 2016-10-12 14:09:53 -07:00 committed by GitHub
parent 4d1cc97641
commit b552972820
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ class CPushMod : public CModule
if (options["target"] != "") if (options["target"] != "")
{ {
params["target_device_iden"] = options["target"]; params["device_iden"] = options["target"];
} }
if (message_uri == "") if (message_uri == "")