diff options
Diffstat (limited to 'lib/models/resources/Room.class.php')
| -rw-r--r-- | lib/models/resources/Room.class.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/models/resources/Room.class.php b/lib/models/resources/Room.class.php index 1c9a0e4..c52b333 100644 --- a/lib/models/resources/Room.class.php +++ b/lib/models/resources/Room.class.php @@ -169,8 +169,7 @@ class Room extends Resource $limit = 0, $searchable_rooms = [], $properties = [] - ) - { + ) { //We have to check first if the user is permitted to search: //The user must have at least 'tutor' status in the //room and resource management: @@ -543,8 +542,7 @@ class Room extends Resource $comment = '', $properties = [], $preparation_time = 0 - ) - { + ) { $request = parent::createRequest( $user, $date_range_id, |
