QnA - Add ToSelector to new question

This commit is contained in:
Zach Copley
2011-04-05 09:12:54 -07:00
parent ac24ed3dff
commit 6954cb3508
2 changed files with 14 additions and 1 deletions

View File

@@ -121,6 +121,12 @@ class QnanewquestionForm extends Form
$this->unli();
$this->out->elementEnd('ul');
$toWidget = new ToSelector(
$this->out,
common_current_user(),
null
);
$toWidget->show();
$this->out->elementEnd('fieldset');
}