Fix: Missing title
This commit is contained in:
parent
4126b6149f
commit
6671e8cf5b
@ -76,7 +76,9 @@ if ($result)
|
|||||||
|
|
||||||
if ($statut >= 0)
|
if ($statut >= 0)
|
||||||
{
|
{
|
||||||
print_barre_liste($libelle[$statut], $page, "liste.php", "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield");
|
$donationstatic->statut=$statut;
|
||||||
|
$label=$donationstatic->getLibStatut(0);
|
||||||
|
print_barre_liste($label, $page, "liste.php", "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user