diff options
| author | André Noack <noack@data-quest.de> | 2022-11-29 13:10:02 +0000 |
|---|---|---|
| committer | André Noack <noack@data-quest.de> | 2022-11-29 13:10:02 +0000 |
| commit | 3f998bafd4cf3c3d325d8a672e61aeb99fbcd585 (patch) | |
| tree | a47213766498af25927e39885d216e5b8aa04503 /templates/sidebar | |
| parent | 25b8530eb029da7d4c3f755b52bb481e1caf4110 (diff) | |
Resolve #1831 "Individuelle Raumgruppen werden unsortiert angezeigt"
Closes #1831
Merge request studip/studip!1206
Diffstat (limited to 'templates/sidebar')
| -rw-r--r-- | templates/sidebar/clipboard-area.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar/clipboard-area.php b/templates/sidebar/clipboard-area.php index 7905ea2..a2b946d 100644 --- a/templates/sidebar/clipboard-area.php +++ b/templates/sidebar/clipboard-area.php @@ -54,7 +54,7 @@ <colgroup> <col style="width: 70%"> </colgroup> - <? $items = $clipboard->getContent(false) ?> + <? $items = $clipboard->getContent() ?> <? if ($items): ?> <? foreach ($items as $item): ?> <? |
