handle service without externalUri
backward compatibility, issue found in unit tests
This commit is contained in:
parent
47d64c8cce
commit
9bf0a5fad8
|
@ -300,7 +300,7 @@ EOT;
|
||||||
'<tr><td>%s</td><td>%s</td><td><a href="%s">%s</a></td><td><a href="%s">%s</a></td></tr>',
|
'<tr><td>%s</td><td>%s</td><td><a href="%s">%s</a></td><td><a href="%s">%s</a></td></tr>',
|
||||||
$service['serviceName'], $service['serviceDescription'],
|
$service['serviceName'], $service['serviceDescription'],
|
||||||
$service['internalUri'], $service['internalUri'],
|
$service['internalUri'], $service['internalUri'],
|
||||||
$service['externalUri'], $service['externalUri']
|
$service['externalUri']?:'#', $service['externalUri']?:''
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$outstr .= '</table>';
|
$outstr .= '</table>';
|
||||||
|
|
Loading…
Reference in a new issue