Skip to content
Snippets Groups Projects
Commit 59b8ae9c authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #3246 from aspangaro/3.8-patch3

Fix: #3244 [Homepage] Last n members link broken
parents cd940516 3b547c09
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ class box_members extends ModeleBoxes ...@@ -105,6 +105,7 @@ class box_members extends ModeleBoxes
$memberstatic->lastname=$objp->lastname; $memberstatic->lastname=$objp->lastname;
$memberstatic->firstname=$objp->firstname; $memberstatic->firstname=$objp->firstname;
$memberstatic->id = $objp->rowid;
$memberstatic->ref = $objp->rowid; $memberstatic->ref = $objp->rowid;
if (! empty($objp->fk_soc)) { if (! empty($objp->fk_soc)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment