typo in avatar url variable
This commit is contained in:
parent
e75988cd1f
commit
7a04401cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ sub appendPostListTemplateVars {
|
||||||
"isFourth"=>(($i+1)%4==0),
|
"isFourth"=>(($i+1)%4==0),
|
||||||
"isFifth"=>(($i+1)%5==0),
|
"isFifth"=>(($i+1)%5==0),
|
||||||
"user.isPoster"=>$post->isPoster,
|
"user.isPoster"=>$post->isPoster,
|
||||||
"avatar.url"=>$post->isPoster,
|
"avatar.url"=>$avatarUrl,
|
||||||
%lastReply
|
%lastReply
|
||||||
});
|
});
|
||||||
$i++;
|
$i++;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue