$date = $op->getDate($user);
@$datetext = new Date($date);
@$datetext = $datetext->format('%e %B %Y');
+ $profile = $user->profile();
$infos[] = array('operation' => $op,
'title' => '[' . $op->getTitle(1) . '] - ' . $user->fullName() . ' le ' . $datetext,
'author' => $user->fullName(),
'dead' => $user->deathdate,
'profile' => $user->profile()->hrid(),
'user' => $user,
- 'contact' => $owner->isContact($user));
+ 'contact' => $owner->isContact($profile));
}
}
$this->it = PlIteratorUtils::fromArray($infos);