Fix php 8 compatibility
This commit is contained in:
parent
00446a10d7
commit
562e9998fd
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user