Fix missing image of user
This commit is contained in:
parent
3fdfebf7ef
commit
34f3552dc7
@ -497,12 +497,12 @@ if ($resql)
|
||||
print '</td>';
|
||||
}
|
||||
|
||||
// User to do
|
||||
// User owner
|
||||
print '<td align="left">';
|
||||
if ($obj->fk_user_action > 0)
|
||||
{
|
||||
$userstatic->fetch($obj->fk_user_action);
|
||||
print $userstatic->getNomUrl(1);
|
||||
print $userstatic->getNomUrl(-1);
|
||||
}
|
||||
else print ' ';
|
||||
print '</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user