- fix: Can't create new account

- fix: Several new assets aren't added to config during upgrade process
 - fix: Post Subject HTML
 - fix: Matrix: can't instantiate template
This commit is contained in:
JT Smith 2006-07-11 16:44:59 +00:00
parent ebf8fd8065
commit aaa93d466b
5 changed files with 25 additions and 6 deletions

View file

@ -695,6 +695,7 @@ sub postProcess {
if ($self->getThread->getParent->get("addEditStampToPosts")) {
$data{content} .= "<p>\n\n --- (".$i18n->get('Edited_on')." ".$self->session->datetime->epochToHuman(undef,"%z %Z [GMT%O]")." ".$i18n->get('By')." ".$user->profileField("alias").") --- \n</p>";
}
$data{title} = WebGUI::HTML::filter($self->get("title"), "all");
$data{url} = $self->fixUrl($self->getThread->get("url")."/1") if ($self->isReply && $self->isNew);
$data{groupIdView} = $self->getThread->getParent->get("groupIdView");
$data{groupIdEdit} = $self->getThread->getParent->get("groupIdEdit");