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