-
Notifications
You must be signed in to change notification settings - Fork 11
Bug in com_content override #12
Copy link
Copy link
Open
Description
error displaying articles in the "com_content" component:
Notice: Undefined variable: useDefList in .../Joomla_3.2.2/templates/joomberui/html/com_content/featured/default_item.php on line 57 ... and 124
SOLUTION: include in the ".../com_content/featured/default_item.php" file defining the variable:
<?php $useDefList = ($params->get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_create_date') || $params->get('show_hits') || $params->get('show_category') || $params->get('show_parent_category') || $params->get('show_author') ); ?>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels