Skip to content

Commit

Permalink
Merge pull request #185 from steppefox/master
Browse files Browse the repository at this point in the history
Little fix - wrong name variable
  • Loading branch information
Sammaye committed Dec 30, 2013
2 parents 26cad1a + ddc7d3d commit 4fc4373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validators/ESubdocumentValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function validateAttribute($object, $attribute){

// Lets get the field value again to apply filters etc
if($this->preserveKeys)
$newfieldValue[$index] = $c->getRawDocument();
$newFieldValue[$index] = $c->getRawDocument();
else
$newFieldValue[] = $c->getRawDocument();
}
Expand Down

0 comments on commit 4fc4373

Please sign in to comment.