Hey guys,
I've got two websites mirrored in my site tree. Each website/branch has an events calendar and a HomePage class which pulls into a summary of events using:
DataObject::get_one("Calendar")->upcomingEvents(5);
However, both pages are displaying the events from the first calendar I created. I've tried following the code through to see if I can't put a ParendID=$this->ID somewhere or somthing of the sort but I'm really struggling. Can someone set me on the right path?
Regards,
Robbie