Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $this['thread'] = new ($this->context->threads, $threadId);
- if ($thread->poll) {
- $this['thread']->createPoll($this->context->polls, $thread->poll);
- }
- public function createPoll(Polls $polls, $pollId)
- {
- $this['poll'] = new PollComponent($polls, $pollId);
- }
Advertisement
Add Comment
Please, Sign In to add comment