The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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 @@ ...@@ -51,7 +51,7 @@
<?php endif; ?> <?php endif; ?>
<?php if ($openUrlActive): ?><?=$openUrl->renderTemplate()?><?php endif; ?> <?php if ($openUrlActive): ?><?=$openUrl->renderTemplate()?><?php endif; ?>
<?php endif; ?> <?php endif; ?>
<?php foreach ($holdings['holdings'] as $holding): ?> <?php foreach ($holdings['holdings'] ?? [] as $holding): ?>
<h3> <h3>
<?php $locationText = $this->transEsc('location_' . $holding['location'], [], $holding['location']); ?> <?php $locationText = $this->transEsc('location_' . $holding['location'], [], $holding['location']); ?>
<?php if (isset($holding['locationhref']) && $holding['locationhref']): ?> <?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