Add missing POD for www_edit to Shelf.

This commit is contained in:
Colin Kuskie 2009-04-02 17:03:54 +00:00
parent 23978e380f
commit ea781ccf24

View file

@ -331,6 +331,13 @@ sub view {
#-------------------------------------------------------------------
=head2 www_edit ( )
Override the superclass to add import and exprt items to the AdminConsole submenu.
=cut
sub www_edit {
my $self = shift;
my $i18n = WebGUI::International->new($self->session, 'Asset_Shelf');