Selaa lähdekoodia

Fix php 8 compatibility

ptibogxiv 3 vuotta sitten
vanhempi
commit
562e9998fd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      htdocs/core/boxes/box_members_last_modified.php

+ 1 - 1
htdocs/core/boxes/box_members_last_modified.php

@@ -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;