Skip to content

Commit

Permalink
Initialized the $responseData variable
Browse files Browse the repository at this point in the history
Fixes #24
Fixes #25
  • Loading branch information
Pierre-Louis LAUNAY committed Mar 7, 2014
1 parent 8b6c2e0 commit ff24a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller/AuthController.php
Expand Up @@ -31,6 +31,7 @@ public function authAction(Request $request)
throw new \Exception('The authenticator service does not exsit.');
}

$responseData = array();
$authenticator = $this->container->get('lopi_pusher.authenticator');
$socketId = $request->get('socket_id');
$channelName = $request->get('channel_name');
Expand Down

0 comments on commit ff24a1f

Please sign in to comment.