Change class => className where func=add.

This commit is contained in:
Colin Kuskie 2011-03-01 18:45:00 -08:00
parent 7a8c9bbacf
commit dcfce60b5e
14 changed files with 20 additions and 20 deletions

View file

@ -590,7 +590,7 @@ sub viewTemplateVariables {
$var->{canPostStories} = $self->canPostStories;
$var->{addStoryUrl} = $var->{canPostStories}
? $self->getUrl('func=add;class=WebGUI::Asset::Story')
? $self->getUrl('func=add;className=WebGUI::Asset::Story')
: '';
$var->{rssUrl} = $self->getRssFeedUrl;
$var->{atomUrl} = $self->getAtomFeedUrl;