Active
Project:
QueryPath
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2013 at 15:44 UTC
Updated:
20 Aug 2013 at 15:44 UTC
line 373 of QueryPath > CssEventHandler.php needs one extra param - true.
Should be:
$this->nthOfTypeChild($aVal, $bVal, true);
Works fine with this change made.