HosipLan

Untitled

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