HosipLan

Untitled

Jun 24th, 2011
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. $this['thread'] = new ($this->context->threads, $threadId);
  2. if ($thread->poll) {
  3.     $this['thread']['poll'] = new PollComponent($this->context->polls, $thread->poll);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment