Removed redundant 'my'
This commit is contained in:
parent
955293ecc7
commit
fc86a2c058
1 changed files with 1 additions and 1 deletions
|
|
@ -950,7 +950,7 @@ sub view {
|
|||
order by
|
||||
Matrix_ratingSummary.meanValue
|
||||
";
|
||||
my $data = $self->session->db->quickHashRef($sql." desc limit 1");
|
||||
$data = $self->session->db->quickHashRef($sql." desc limit 1");
|
||||
push(@best,{
|
||||
url=>$self->formatURL("viewDetail",$data->{listingId}),
|
||||
category=>$category,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue