Actions
Bug #8768
closedJoomla 3.x: "Is (not) Connected" condition, considering all connected users "not connected"
Description
In Joomla 4.0 it works.
In Joomla 3.10 any condition on connected users doesn't work.
Updated by beat about 3 years ago
This is due to strict int-typed comparisons on lines 592 and 533, while Joomla 3 database loads everything incl. ints to php strings
Updated by beat about 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !6
Actions