fixing bugs in the new collaboration system
This commit is contained in:
parent
f847efde6c
commit
dc1721d1ef
5 changed files with 320 additions and 410 deletions
|
|
@ -1045,7 +1045,7 @@ sub getForumTemplateVars {
|
|||
} else {
|
||||
$last = WebGUI::Forum::Post->new($thread->{lastPostId});
|
||||
}
|
||||
my @rating_loop;
|
||||
Yy @rating_loop;
|
||||
for (my $i=0;$i<=$thread->{rating};$i++) {
|
||||
push(@rating_loop,{'thread.rating_loop.count'=>$i});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue