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

@ -577,7 +577,6 @@ sub www_viewRss {
Adds an RSS tab to the Edit Tabs.
=cut
around getEditTabs => sub {
my $orig = shift;
@ -588,5 +587,7 @@ around getEditTabs => sub {
return $tabs;
};
=cut
1;