Shadab Well-known member Licensed customer Dec 21, 2010 #1 Setting the dayEnd option (to true or false) when filtering a date/time object has no effect. In XenForo_Input::_doClean() method, line ~270 the $options variable doesn't exist. PHP: if (!empty($options['dayEnd'])) { $date->setTime(23, 59, 59); }
Setting the dayEnd option (to true or false) when filtering a date/time object has no effect. In XenForo_Input::_doClean() method, line ~270 the $options variable doesn't exist. PHP: if (!empty($options['dayEnd'])) { $date->setTime(23, 59, 59); }
Mike XenForo developer Staff member Licensed customer Dec 23, 2010 #2 Should just be $filterOptions instead.