File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010$ this ->includeAtTemplateBase ('includes/header.php ' );
1111
1212foreach ($ this ->data ['idplist ' ] AS $ idpentry ) {
13- if (isset ($ idpentry ['name ' ])) {
13+ if (isset ($ idpentry ['UIInfo ' ]['DisplayName ' ])) {
14+ $ this ->includeInlineTranslation ('idpname_ ' . $ idpentry ['entityid ' ], $ idpentry ['UIInfo ' ]['DisplayName ' ]);
15+ } elseif (isset ($ idpentry ['name ' ])) {
1416 $ this ->includeInlineTranslation ('idpname_ ' . $ idpentry ['entityid ' ], $ idpentry ['name ' ]);
1517 } elseif (isset ($ idpentry ['OrganizationDisplayName ' ])) {
1618 $ this ->includeInlineTranslation ('idpname_ ' . $ idpentry ['entityid ' ], $ idpentry ['OrganizationDisplayName ' ]);
Original file line number Diff line number Diff line change 1010$ this ->includeAtTemplateBase ('includes/header.php ' );
1111
1212foreach ($ this ->data ['idplist ' ] AS $ idpentry ) {
13- if (isset ($ idpentry ['name ' ])) {
13+ if (isset ($ idpentry ['UIInfo ' ]['DisplayName ' ])) {
14+ $ this ->includeInlineTranslation ('idpname_ ' . $ idpentry ['entityid ' ], $ idpentry ['UIInfo ' ]['DisplayName ' ]);
15+ } elseif (isset ($ idpentry ['name ' ])) {
1416 $ this ->includeInlineTranslation ('idpname_ ' . $ idpentry ['entityid ' ], $ idpentry ['name ' ]);
1517 } elseif (isset ($ idpentry ['OrganizationDisplayName ' ])) {
1618 $ this ->includeInlineTranslation ('idpname_ ' . $ idpentry ['entityid ' ], $ idpentry ['OrganizationDisplayName ' ]);
You can’t perform that action at this time.
0 commit comments