From 5e96eaf24b7e602ce488d2eac72a6ebaf928b6c4 Mon Sep 17 00:00:00 2001 From: AndySDH Date: Thu, 16 Mar 2017 16:16:44 +0100 Subject: [PATCH] Add introtext, images and publish_up to available fields --- components/com_contact/models/contact.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/com_contact/models/contact.php b/components/com_contact/models/contact.php index a6ffab53ca74..cb1e03dd3541 100644 --- a/components/com_contact/models/contact.php +++ b/components/com_contact/models/contact.php @@ -285,6 +285,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')