Skip to content
Snippets Groups Projects
Commit 95da1ad6 authored by Alex Barth's avatar Alex Barth
Browse files

Upgrade to beta2.

parent 2c769fda
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ class PuSHSubscriber {
// No subscription notification has ben sent, we are being notified.
else {
if ($raw = $this->receive()) {
$callback($raw);
$callback($raw, $this->domain, $this->subscriber_id);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment