Skip to content

Commit

Permalink
Merge pull request #33 from Artexoid/master
Browse files Browse the repository at this point in the history
Fix the lost options for preloaders of the form xxx.xxx...
  • Loading branch information
dracony authored Mar 19, 2017
2 parents de32f8b + 3c148cd commit 2554d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHPixie/ORM/Values/Preload.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function addExplodedPath($explodedPath, $options = array())
}

if(!empty($explodedPath))
$property->preload()->addExplodedPath($explodedPath);
$property->preload()->addExplodedPath($explodedPath, $options);

return $this;
}
Expand Down

0 comments on commit 2554d00

Please sign in to comment.