Skip to content
Snippets Groups Projects
Commit 18e51143 authored by Demian Katz's avatar Demian Katz
Browse files

Avoid notice.

parent b037a7aa
No related merge requests found
......@@ -51,7 +51,7 @@
<?php endif; ?>
<?php if ($openUrlActive): ?><?=$openUrl->renderTemplate()?><?php endif; ?>
<?php endif; ?>
<?php foreach ($holdings['holdings'] as $holding): ?>
<?php foreach ($holdings['holdings'] ?? [] as $holding): ?>
<h3>
<?php $locationText = $this->transEsc('location_' . $holding['location'], [], $holding['location']); ?>
<?php if (isset($holding['locationhref']) && $holding['locationhref']): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment