added media folder for rich edit upload

This commit is contained in:
JT Smith 2006-04-14 13:57:05 +00:00
parent 8129361a24
commit 69eb231524
3 changed files with 46 additions and 1 deletions

View file

@ -763,6 +763,25 @@ sub getImportNode {
#-------------------------------------------------------------------
=head2 getMedia ( session )
Constructor. Returns the media folder.
=head3 session
A reference to the current session.
=cut
sub getMedia {
my $class = shift;
my $session = shift;
return WebGUI::Asset->new($session, "PBasset000000000000003");
}
#-------------------------------------------------------------------
=head2 getMenuTitle ( )