Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed Oct 2, 2012
1 parent 1706498 commit 31afa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Teng/Row.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sub generate_column_accessor {
}
my $cache = $self->{_get_column_cached};
my $data = $cache->{$col};
if (! $data) {
if (! $data) {
$data = $cache->{$col} = $self->{table} ? $self->{table}->call_inflate($col, $self->get_column($col)) : $self->get_column($col);
}
return $data;
Expand Down

0 comments on commit 31afa0b

Please sign in to comment.