@@ -138,7 +138,7 @@ |
||
138 | 138 | $target->$name = $value; |
139 | 139 | } |
140 | 140 | |
141 | - if ( $this->recursive |
|
141 | + if ($this->recursive |
|
142 | 142 | && $parent_property = self::get_parent_property($source)) { |
143 | 143 | |
144 | 144 | // Copy the link to parent |