Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyasue committed Mar 27, 2014
2 parents e341b35 + ed325ba commit 807ef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spika/Controller/AsyncTaskController.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function connect(Application $app)

function generatePushNotificationMessage($fromUser,$toUser){

$message = "You got message from {$fromUser['name']}";
$message = sprintf(DIRECTMESSAGE_NOTIFICATION_MESSAGE, $fromUser['name']);

return $message;

Expand Down

0 comments on commit 807ef7c

Please sign in to comment.