diff --git a/components/com_contact/models/contact.php b/components/com_contact/models/contact.php index 6edc1d77c6d12..77e94e35395fa 100644 --- a/components/com_contact/models/contact.php +++ b/components/com_contact/models/contact.php @@ -314,6 +314,9 @@ protected function buildContactExtendedData($contact) $query = $db->getQuery(true) ->select('a.id') ->select('a.title') + ->select('a.introtext') + ->select('a.images') + ->select('a.publish_up') ->select('a.state') ->select('a.access') ->select('a.catid')