Change class => className where func=add.
This commit is contained in:
parent
7a8c9bbacf
commit
dcfce60b5e
14 changed files with 20 additions and 20 deletions
|
|
@ -616,7 +616,7 @@ If specified the reply with automatically quote the parent post.
|
|||
sub getReplyUrl {
|
||||
my $self = shift;
|
||||
my $withQuote = shift || 0;
|
||||
return $self->getUrl("func=add;class=WebGUI::Asset::Post;withQuote=".$withQuote);
|
||||
return $self->getUrl("func=add;className=WebGUI::Asset::Post;withQuote=".$withQuote);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue