Merge pull request #24043 from ymollard/fix-morphy-new.php
Fix member nature display in new.php
This commit is contained in:
commit
6c224f3dac
@ -544,7 +544,6 @@ if (empty($conf->global->MEMBER_NEWFORM_FORCEMORPHY)) {
|
|||||||
print $form->selectarray("morphy", $morphys, GETPOST('morphy'), 1);
|
print $form->selectarray("morphy", $morphys, GETPOST('morphy'), 1);
|
||||||
print '</td></tr>'."\n";
|
print '</td></tr>'."\n";
|
||||||
} else {
|
} else {
|
||||||
print $morphys[$conf->global->MEMBER_NEWFORM_FORCEMORPHY];
|
|
||||||
print '<input type="hidden" id="morphy" name="morphy" value="'.$conf->global->MEMBER_NEWFORM_FORCEMORPHY.'">';
|
print '<input type="hidden" id="morphy" name="morphy" value="'.$conf->global->MEMBER_NEWFORM_FORCEMORPHY.'">';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user