Skip to content

Commit

Permalink
Merge branch 'MDL-47850-master' of git://github.com/jleyva/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Oct 27, 2014
2 parents a8668e1 + a7b572e commit f2bec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/output/airnotifier/message_output_airnotifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function send_message($eventdata) {
}

// Sending the message to the device.
$serverurl = $CFG->airnotifierurl . ':' . $CFG->airnotifierport . '/notification/';
$serverurl = $CFG->airnotifierurl . ':' . $CFG->airnotifierport . '/api/v2/push';
$header = array('Accept: application/json', 'X-AN-APP-NAME: ' . $CFG->airnotifierappname,
'X-AN-APP-KEY: ' . $CFG->airnotifieraccesskey);
$curl = new curl;
Expand Down

0 comments on commit f2bec5d

Please sign in to comment.