Apparently I needed to replace line.
svn path=/trunk/; revision=14939
This commit is contained in:
@@ -40,7 +40,7 @@ sub add_to_error_stack {
|
||||
my $new_error = @_;
|
||||
return unless defined $new_error;
|
||||
|
||||
unless ($self->errors) {
|
||||
unless ($self->errors) {
|
||||
$self->errors = "<p>Errors occurred when attempting to process form.</p>";
|
||||
$self->errors .= "<ul>";
|
||||
}
|
||||
|
Reference in New Issue
Block a user