Fix hide url if not defined
This commit is contained in:
parent
45c99d9d24
commit
92e61e6707
@ -533,7 +533,7 @@ if ($object->fetch($id) >= 0)
|
|||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
if (empty($obj->source_id) || empty($obj->source_type))
|
if (empty($obj->source_id) || empty($obj->source_type))
|
||||||
{
|
{
|
||||||
print $obj->source_url; // For backward compatibility
|
print empty($obj->source_url)?'':$obj->source_url; // For backward compatibility
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user