@@ -64,13 +64,13 @@ |
||
| 64 | 64 | if ( 'issuer' === $request_parameter->Name ) { |
| 65 | 65 | foreach ( $request_parameter->ListItemDescriptions as $item ) { |
| 66 | 66 | if ( ! array_key_exists( $item->GroupName, $groups ) ) { |
| 67 | - $groups[ $item->GroupName ] = array( |
|
| 67 | + $groups[$item->GroupName] = array( |
|
| 68 | 68 | 'name' => $item->GroupName, |
| 69 | 69 | 'options' => array(), |
| 70 | 70 | ); |
| 71 | 71 | } |
| 72 | 72 | |
| 73 | - $groups[ $item->GroupName ]['options'][ $item->Value ] = $item->Description; |
|
| 73 | + $groups[$item->GroupName]['options'][$item->Value] = $item->Description; |
|
| 74 | 74 | } |
| 75 | 75 | } |
| 76 | 76 | } |