svn path=/trunk/; revision=14949

This commit is contained in:
ato
2010-02-15 13:03:07 +00:00
parent 858de0d153
commit 393cccdebc

View File

@@ -38,7 +38,7 @@ sub get_errors {
sub add_to_error_stack {
my $self = shift;
my $new_error = @_;
return unless defined $new_error;
#return unless defined $new_error;
unless ($self->{errors}) {
$self->{errors} = "<p>Errors occurred when attempting to process form.</p>";