fix
[ 1404985 ] 6.9 WebGUI::Session::Style missing methods
This commit is contained in:
parent
970eeb048a
commit
eeba6daf7f
2 changed files with 14 additions and 21 deletions
|
|
@ -52,6 +52,20 @@ These methods are available from this class:
|
|||
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head DESTROY ( )
|
||||
|
||||
Deconstructor.
|
||||
|
||||
=cut
|
||||
|
||||
sub DESTROY {
|
||||
my $self = shift;
|
||||
undef $self;
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 generateAdditionalHeadTags ( )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue