added media folder for rich edit upload
This commit is contained in:
parent
8129361a24
commit
69eb231524
3 changed files with 46 additions and 1 deletions
|
|
@ -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 ( )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue