processPropertiesFromFormPost to processEditForm

This commit is contained in:
Doug Bell 2010-05-03 16:33:06 -05:00
parent ad96c88a36
commit 3c17dafeb4
32 changed files with 154 additions and 169 deletions

View file

@ -568,13 +568,13 @@ sub process {
#-------------------------------------------------------------------
=head2 processPropertiesFromFormPost
=head2 processEditForm
Extends the master class to handle template parsers, namespaces and template attachments.
=cut
override processPropertiesFromFormPost => sub {
override processEditForm => sub {
my $self = shift;
super();
my $session = $self->session;