Skip to content

Commit

Permalink
fixed typo in getDistance()
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Sep 21, 2010
1 parent 9bb0db6 commit 4a77d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadata.php
Expand Up @@ -781,7 +781,7 @@ public function getDistance()
*/
public function setDistance($distance)
{
$this->file = $distance;
$this->distance = $distance;
}

/**
Expand Down

0 comments on commit 4a77d2d

Please sign in to comment.