Image can inherit getStorageLocation from its parent since

WebGUI::Storage::Image was absorbed into WebGUI::Storage.
This commit is contained in:
Colin Kuskie 2009-01-23 19:06:46 +00:00
parent 118399c1db
commit e90368baa1

View file

@ -123,22 +123,6 @@ sub getName {
return WebGUI::International->new($session, 'WebGUI')->get('image');
}
#-------------------------------------------------------------------
=head2 getStorageLocation ( )
Returns the WebGUI::Storage object for this control.
=cut
sub getStorageLocation {
my $self = shift;
my $value = $self->getOriginalValue;
my $storage = WebGUI::Storage->get($self->session, $value) if ($value);
return $storage;
}
#-------------------------------------------------------------------
=head2 getValue ( )