Fix guest session polling

This commit is contained in:
Victor Dubiniuk 2014-11-11 02:41:09 +03:00
parent a56290d240
commit 36207cb986

View File

@ -105,6 +105,10 @@ class SessionController extends Controller{
return $response; return $response;
} }
/**
* @NoAdminRequired
* @PublicPage
*/
public function poll($command, $args){ public function poll($command, $args){
$response = new JSONResponse(); $response = new JSONResponse();