In DateCondition::evaluate()
, the condition $value < $today
means that the block will be displayed if today is after the date, which is not what we want.
The correct condition should be $today < $value
(display if today is before the date).
Fixed
1.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.