diff --git a/lib/WebGUI/Asset/Story.pm b/lib/WebGUI/Asset/Story.pm index 60f93a895..efda4cc29 100644 --- a/lib/WebGUI/Asset/Story.pm +++ b/lib/WebGUI/Asset/Story.pm @@ -865,7 +865,7 @@ sub view { #------------------------------------------------------------------- -=head2 viewTemplateVars ( $var ) +=head2 viewTemplateVariables ( $var ) Add template variables to the existing template variables. This includes asset level variables. diff --git a/lib/WebGUI/Asset/Wobject.pm b/lib/WebGUI/Asset/Wobject.pm index deab474ac..cbcc54ddd 100644 --- a/lib/WebGUI/Asset/Wobject.pm +++ b/lib/WebGUI/Asset/Wobject.pm @@ -368,12 +368,6 @@ sub moveCollateralUp { $self->session->db->commit; } -#------------------------------------------------------------------- -sub processPropertiesFromFormPost { - my $self = shift; - $self->SUPER::processPropertiesFromFormPost; -} - #------------------------------------------------------------------- diff --git a/lib/WebGUI/Asset/Wobject/StoryTopic.pm b/lib/WebGUI/Asset/Wobject/StoryTopic.pm index 609a7425c..48474ca3f 100644 --- a/lib/WebGUI/Asset/Wobject/StoryTopic.pm +++ b/lib/WebGUI/Asset/Wobject/StoryTopic.pm @@ -157,7 +157,7 @@ sub view { #------------------------------------------------------------------- -=head2 viewTemplateVars ( ) +=head2 viewTemplateVariables ( ) Make template variables for the view template.