A couple of fixes to the one pass macro system.
This commit is contained in:
parent
589b975a3d
commit
ac556717db
2 changed files with 30 additions and 6 deletions
|
|
@ -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 "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue