Direct events to users or groups

This commit is contained in:
Evan Prodromou
2011-04-04 22:16:38 -04:00
parent 4fea746913
commit a9856e6550
2 changed files with 15 additions and 1 deletions

View File

@@ -147,6 +147,13 @@ class EventForm extends Form
_m('Description of the event.'));
$this->unli();
$this->li();
$toWidget = new ToSelector($this->out,
common_current_user(),
null);
$toWidget->show();
$this->unli();
$this->out->elementEnd('ul');
$this->out->elementEnd('fieldset');
}