Skip to content

Commit

Permalink
Merge pull request #1 from guilex/master
Browse files Browse the repository at this point in the history
JSON return for presence_auth
  • Loading branch information
antonigiske committed Oct 10, 2011
2 parents 3802ce1 + 783dc2b commit bce6ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/libraries/Pusher.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ public function socket_auth( $channel, $socket_id, $custom_data = false )
if($custom_data){
$signature['channel_data'] = $custom_data;
}
return json_encode( $signature );

echo json_encode( $signature );
exit();
}

/**
Expand Down

0 comments on commit bce6ed9

Please sign in to comment.