Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:class EventForm extends DiscussionForm
if ($this->PostBackAction == 'SaveDiscussion') {
$this->SaveDiscussion();
}
else if ($this->PostBackAction == 'SaveComment') {
$this->SaveComment();
}
else if ($this->PostBackAction == 'Reply') {
$this->Reply();
}
1 to 5 of 5