A couple of fixes to the one pass macro system.

This commit is contained in:
JT Smith 2003-03-02 22:58:19 +00:00
parent 589b975a3d
commit ac556717db
2 changed files with 30 additions and 6 deletions

View file

@ -1118,12 +1118,20 @@ sub www_edit {
#-------------------------------------------------------------------
=head2 www_editSave ( )
=head2 www_editSave ( hashRef )
Saves the default properties of any/all wobjects.
NOTE: This method should be extended by all subclasses.
=over
=item hashRef
A hash reference of extra properties to set.
=back
=cut
sub www_editSave {
@ -1151,7 +1159,7 @@ sub www_editSave {
editTimeout=>$session{form}{editTimeout},
moderationType=>$session{form}{moderationType},
filterPost=>$session{form}{filterPost},
addEditStampToPosts=>$session{form}{addEditStampToPosts}
addEditStampToPosts=>$session{form}{addEditStampToPosts},
%{$_[1]}
});
return "";