From b47bfdf41395ed04fbd0d999b838c5e6f88fcd82 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 8 May 2006 19:51:01 +0000 Subject: [PATCH] fixing someone's flub --- lib/WebGUI/Form/Image.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/Form/Image.pm b/lib/WebGUI/Form/Image.pm index 61ba97460..416b7630a 100644 --- a/lib/WebGUI/Form/Image.pm +++ b/lib/WebGUI/Form/Image.pm @@ -126,15 +126,15 @@ sub displayValue { #------------------------------------------------------------------- -=head2 getValueFromFormPost ( ) +=head2 getValueFromPost ( ) -See WebGUI::Form::File::getValueFromFormPost() for details. Generates a thumbnail. +See WebGUI::Form::File::getValueFromPost() for details. Generates a thumbnail. =cut -sub getValueFromFormPost { +sub getValueFromPost { my $self = shift; - my $id = $self->SUPER::getValueFromFormPost(@_); + my $id = $self->SUPER::getValueFromPost(@_); if (defined $id) { my $storage = WebGUI::Storage::Image->get($self->session, $id); if (defined $storage) {