Merge pull request #11068 from ptibogxiv/patch-155

Fix morphy type adherent
This commit is contained in:
Laurent Destailleur 2019-04-25 18:58:21 +02:00 committed by GitHub
commit 06d8ecde8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -431,7 +431,7 @@ if ($rowid > 0)
print '</tr>';
// Morphy
print '<tr><td>'.$langs->trans("Nature").'</td><td class="valeur" >'.$object->getmorphylib().'</td>';
print '<tr><td>'.$langs->trans("Nature").'</td><td class="valeur" >'.$object->getmorphylib($object->morphy).'</td>';
print '</tr>';
print '<tr><td class="titlefield">'.$langs->trans("SubscriptionRequired").'</td><td>';