Image can inherit getStorageLocation from its parent since
WebGUI::Storage::Image was absorbed into WebGUI::Storage.
This commit is contained in:
parent
118399c1db
commit
e90368baa1
1 changed files with 0 additions and 16 deletions
|
|
@ -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 ( )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue