From c3beb581a7115ef793a744c948fcfa783e9a81c9 Mon Sep 17 00:00:00 2001 From: Tomasz Dziuda Date: Tue, 28 Jun 2016 09:09:36 +0200 Subject: [PATCH] Fixed gk_publisher style MySQL syntax error --- mod_image_show_gk4/styles/gk_publisher/model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_image_show_gk4/styles/gk_publisher/model.php b/mod_image_show_gk4/styles/gk_publisher/model.php index 078e782..845d3ff 100644 --- a/mod_image_show_gk4/styles/gk_publisher/model.php +++ b/mod_image_show_gk4/styles/gk_publisher/model.php @@ -37,7 +37,7 @@ function getData($ids) { SELECT `c`.`id` AS `id`, `c`.`catid` AS `cid`, - `c`.`title` AS `title` + `c`.`title` AS `title`, `c`.`introtext` AS `text` FROM #__content AS `c` @@ -111,4 +111,4 @@ function getDataK2($ids) { } } -// EOF \ No newline at end of file +// EOF