Hi
Context:Joomla4+PHP 8.1+Helix Ultimate last version
Error with date->publishdown in templates (for me, Travus or ShaperHelixUltimate);
When there is a date->publishdown, article is always expired.
File (template):
/templates/travus/html/comcontent/article/default.php
OR
File (shaper_helixultimate):
/plugins/system/helixultimate/ovverrides/com_content/article/default.php
Lg50:
- : !isnull($this->item->publishdown) && $this->item->publishdown > $currentDate;*
Correction:
- : !isnull($this->item->publishdown) && $this->item->publishdown < Factory::getDate();*
Please, give my 50$ :) (lol)