handle service without externalUri

backward compatibility, issue found in unit tests
This commit is contained in:
Martin Schütte 2016-03-11 15:35:39 +01:00
parent 47d64c8cce
commit 9bf0a5fad8

View file

@ -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>',
$service['serviceName'], $service['serviceDescription'],
$service['internalUri'], $service['internalUri'],
$service['externalUri'], $service['externalUri']
$service['externalUri']?:'#', $service['externalUri']?:''
);
}
$outstr .= '</table>';