PHP Version Bugfix

This commit is contained in:
Andreas Österreicher
2018-05-23 17:27:14 +02:00
parent 5c9c78c8f4
commit 9f1ea4c882
@@ -183,7 +183,7 @@
'<a href="%s/%s?fhc_controller_id=%s">Details</a>',
site_url('system/infocenter/InfoCenter/showDetails'),
$datasetRaw->{'PersonId'},
$this->input->get('fhc_controller_id')
(isset($_GET['fhc_controller_id'])?$_GET['fhc_controller_id']:'')
);
if ($datasetRaw->{'SendDate'} == null)