aboutsummaryrefslogtreecommitdiff
path: root/templates/sidebar
diff options
context:
space:
mode:
authorDavid Siegfried <david.siegfried@uni-vechta.de>2023-03-06 11:20:32 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2023-03-06 11:20:32 +0000
commite5452ff507b5647fe63e7fab6f0696a311d8543c (patch)
tree2d4ceefc42f3f33b427a152463f8d1b6e5009290 /templates/sidebar
parent35452923915e28bf825fc0454056bce17ba91f49 (diff)
prevent php-warnings, refs #2268
Merge request studip/studip!1494
Diffstat (limited to 'templates/sidebar')
-rw-r--r--templates/sidebar/room-clipboard-item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar/room-clipboard-item.php b/templates/sidebar/room-clipboard-item.php
index da848f7..86c2950 100644
--- a/templates/sidebar/room-clipboard-item.php
+++ b/templates/sidebar/room-clipboard-item.php
@@ -30,7 +30,7 @@ if (!$item) {
?>
<tr class="<?= htmlReady($classes) ?>"
data-range_id="<?= htmlReady($item['range_id'] ?? '') ?>">
- <td class="item-name"><?= htmlReady($item['name']) ?></td>
+ <td class="item-name"><?= htmlReady($item['name'] ?? '') ?></td>
<td class="actions">
<a href="<?= Room::getLinkForAction('show', (!empty($item) ? $item['range_id'] : 'RANGE_ID')) ?>" data-dialog>
<?= Icon::create(