Merge pull request #21214 from ptibogxiv/patch-12

Fix php 8 compatibility
This commit is contained in:
Laurent Destailleur 2022-06-12 18:56:04 +02:00 committed by GitHub
commit 6cde56395c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ class box_members_last_modified extends ModeleBoxes
while ($line < $num) {
$objp = $this->db->fetch_object($result);
$datec = $this->db->jdate($objp->datec);
$datem = $this->db->jdate($objp->tms);
$datem = $this->db->jdate($objp->datem);
$memberstatic->lastname = $objp->lastname;
$memberstatic->firstname = $objp->firstname;