diff --git a/themes/bootstrap3/templates/myresearch/fines.phtml b/themes/bootstrap3/templates/myresearch/fines.phtml index a8d702f29546728fd68524369d4513a597a6c32a..873d8af78d48379aa2d7f1f65d8a7be4d07c88da 100644 --- a/themes/bootstrap3/templates/myresearch/fines.phtml +++ b/themes/bootstrap3/templates/myresearch/fines.phtml @@ -28,7 +28,7 @@ <td> <? if (empty($record['title'])): ?> <?=$this->transEsc('not_applicable')?> - <? elseif (!is_object($record['driver'])): ?> + <? elseif (!isset($record['driver']) || !is_object($record['driver'])): ?> <?=$this->escapeHtml(trim($record['title'], '/:'))?> <? else: ?> <a href="<?=$this->recordLink()->getUrl($record['driver'])?>"><?=$this->escapeHtml(trim($record['title'], '/:'))?></a>