@@ -118,7 +118,7 @@ |
||
| 118 | 118 | foreach( $listItems as $listItem ) |
| 119 | 119 | { |
| 120 | 120 | if( ( $refItem = $listItem->getRefItem() ) !== null ) { |
| 121 | - $listMap[ $refItem->getType() ][ $listItem->getType() ][] = $listItem; |
|
| 121 | + $listMap[$refItem->getType()][$listItem->getType()][] = $listItem; |
|
| 122 | 122 | } |
| 123 | 123 | } |
| 124 | 124 | |