V3.70 breaks compare code
-
Working in 3.6.7 but fails in 3.7.0
The shortcode loop includes
field=cutoff value='future-time' after='-9 hours'
cutoff is an integer datetime and now in loop.php at line 1643 the foreach fails because $values is that integer via format.php->explode_list the first line which is now
if (!is_string($list)) return $list;
is there a better way to perform that compare rather than patch explode_list.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘V3.70 breaks compare code’ is closed to new replies.