@@ -183,7 +183,7 @@ |
||
| 183 | 183 | return; |
| 184 | 184 | } |
| 185 | 185 | |
| 186 | - $propertyValues =& $this->offsetGet($iri); |
|
| 186 | + $propertyValues = & $this->offsetGet($iri); |
|
| 187 | 187 | $propertyValues = array_merge($propertyValues, $values); |
| 188 | 188 | } |
| 189 | 189 | |