Skip to content

Commit

Permalink
Update whatsprot.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashin authored and shirioko committed Nov 30, 2013
1 parent 0fd2dad commit bc4c916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/php/whatsprot.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2004,13 +2004,13 @@ protected function processInboundData($data)
$node->getAttribute('t')
));
} else if ($node->getChild('notification')->hasChild('delete')) {
$this->eventManager()->fire('onProfilePictureDeleted', array(
$this->eventManager()->fire('onProfilePictureDeleted', array(
$this->phoneNumber,
$node->getAttribute('from'),
$node->getAttribute('id'),
$node->getAttribute('t')
));
}
}
}
if ($node->getChild(0) != null && $node->getChild(0)->getTag() == "media") {
$this->processUploadResponse($node);
Expand Down

0 comments on commit bc4c916

Please sign in to comment.