Resolving syntax problem.

svn path=/trunk/; revision=14937
This commit is contained in:
ato
2010-02-15 10:26:07 +00:00
parent 901b8b562a
commit 8f728a3b9e

View File

@@ -36,7 +36,8 @@ sub get_errors {
}
sub add_to_error_stack {
my $new_error = shift;
my $self = shift;
my $new_error = @_;
return unless defined $new_error;
unless ($self->errors) {