Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-12, 12' at line 9

SELECT DISTINCT `blog`.*, `nt`.`blt_title`, `nt`.`blt_friendly_url`, `nt`.`blt_description`, `nt`.`blt_short_description` FROM `blog` LEFT JOIN `blog_trans` as `nt` ON `blog`.`id` = `nt`.`blt_news_id` LEFT JOIN `languages` as `l` ON `l`.`id` = `nt`.`blt_news_id` WHERE `nt`.`blt_language_id` = '2' AND `blog`.`bl_visibility` = 1 AND `blog`.`bl_author_id` = '7' ORDER BY `blog`.`bl_date` DESC, `id` ASC LIMIT -12, 12

Filename: core/MY_Model.php

Line Number: 37