aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/resources/room_planning.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/resources/room_planning.php b/app/controllers/resources/room_planning.php
index 8af42ea..7032518 100644
--- a/app/controllers/resources/room_planning.php
+++ b/app/controllers/resources/room_planning.php
@@ -140,7 +140,7 @@ class Resources_RoomPlanningController extends AuthenticatedController
);
if ($this->resource->requestable) {
- $this->display_all_requests = Request::bool('display_all_requests', true);
+ $this->display_all_requests = Request::bool('display_all_requests');
} else {
$this->display_all_requests = false;
}