Skip to content

Commit

Permalink
Bugfix: Expansion of annotation maps uses wrong property
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthaler committed Jan 10, 2013
1 parent 5294233 commit 157daf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public function expand(&$element, $activectx = array(), $activeprty = null, $fra
$val = array($val);
}

$this->expand($val, $activectx, $activeprty, $frame);
$this->expand($val, $activectx, $property, $frame);

foreach ($val as $item) {
if (false === property_exists($item, '@annotation')) {
Expand Down

0 comments on commit 157daf4

Please sign in to comment.