Skip to content

Commit 2554d00

Browse files
authored
Merge pull request #33 from Artexoid/master
Fix the lost options for preloaders of the form xxx.xxx...
2 parents de32f8b + 3c148cd commit 2554d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPixie/ORM/Values/Preload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function addExplodedPath($explodedPath, $options = array())
4747
}
4848

4949
if(!empty($explodedPath))
50-
$property->preload()->addExplodedPath($explodedPath);
50+
$property->preload()->addExplodedPath($explodedPath, $options);
5151

5252
return $this;
5353
}

0 commit comments

Comments
 (0)