Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.
This repository was archived by the owner on Oct 30, 2021. It is now read-only.

Undefined variable #3

@betweenbrain

Description

@betweenbrain

Undefined variable: item in /templates/construct5-pro/html/com_content/category/blog_item.php on line 97

was <?php echo JHtml::('date', $item->created, JText::('DATE_FORMAT_LC1')); ?>

should be <?php echo JText::sprintf('COM_CONTENT_CREATED_DATE_ON', JHtml::('date',$this->item->created, JText::('DATE_FORMAT_LC2'))); ?>

Will need to check all instances of these dates and such

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions