@ -104,7 +104,7 @@ class PollController extends EmailsController {
} else {
// free access to poll
return $this->json( $poll->display() );
return $this->json( sort( $poll->display()) );
}