fix map()

databind
vitalif 2010-02-14 22:46:14 +00:00 committed by Vitaliy Filippov
parent 08c436cca8
commit ffc8334bc0
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ sub function_map
$f = "function_$f";
$self->can($f) || return undef;
$f = $self->$f('$_');
return fearr($f, $self, @_);
return fearr("map{$f}", $self, @_);
}
# подмассив