summaryrefslogtreecommitdiff
path: root/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php')
-rw-r--r--Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php b/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
index 14ef7d2..c1f2661 100644
--- a/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
+++ b/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
@@ -6,7 +6,7 @@ class PostmanPushoverNotify implements Postman_Notify {
public function send_message($message)
{
- $options = PostmanOptions::getInstance();
+ $options = PostmanNotifyOptions::getInstance();
$api_url = "https://api.pushover.net/1/messages.json";
$app_token = $options->getPushoverToken();
@@ -31,4 +31,4 @@ class PostmanPushoverNotify implements Postman_Notify {
error_log( __CLASS__ . ': ' . print_r( $body, true ) );
}
}
-} \ No newline at end of file
+}