Closed (fixed)
Project:
Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals
Version:
7.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
29 Jan 2016 at 15:37 UTC
Updated:
3 Feb 2016 at 21:52 UTC
Jump to comment: Most recent
Comments
Comment #3
vazaldcaelp commentedUPDATE; On the file all/modules/rooms/modules/rooms_booking_manager/rooms_booking_manager.module on line 3259
Change
if ($start_date <= (new DateTime()->modify($interval))) {to
if ($start_date <= (new DateTime())->modify($interval)) {Comment #4
ronald_istos commentedgreat - committed. check the latest dev.
Comment #5
jackdaniel9 commentedI have the same error, but the line 3259 is already good ? I cannot update to 1.8. I have 1.7.
if ($start_date <= (new DateTime())->modify($interval)) {