more bug fixes

This commit is contained in:
JT Smith 2005-02-23 21:47:06 +00:00
parent f9ac96fa2a
commit 938d6b5d78
3 changed files with 254 additions and 258 deletions

View file

@ -546,6 +546,7 @@ sub view {
$var->{'user.isModerator'} = $self->getParent->canModerate;
$var->{'user.canPost'} = $self->getParent->canPost;
$var->{'user.canReply'} = $self->canReply;
$var->{'repliesAllowed'} = $self->getParent->("allowReplies");
$var->{'layout.nested.url'} = $self->getLayoutUrl("nested");
$var->{'layout.flat.url'} = $self->getLayoutUrl("flat");