Skip to content
Snippets Groups Projects
Commit 616ac2c1 authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

add another check

parent b56aa3df
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
['target' => '_blank'] ['target' => '_blank']
); );
} else { } else {
if ($room->booking_plan_is_public) { if ($room->booking_plan_is_public && Config::get()->RESOURCES_SHOW_PUBLIC_ROOM_PLANS) {
$actions->addLink( $actions->addLink(
$room->getActionLink('booking_plan'), $room->getActionLink('booking_plan'),
_('Belegungsplan'), _('Belegungsplan'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment