SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY n.date DESC LIMIT 2' at line 13 at /home/vhosts/cigarett/apps/lib/MyZend/Component/News.php line 89
1 =
Array
(
    [code] => 1064
    [message] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ORDER BY
	n.date DESC
 LIMIT 2' at line 13
    [query] => SELECT
	n.id,
	n.cat_id,
	n.system_name,
	n.date,
	n.thumbnail,
	nl.title,
	nl.body
FROM news AS n
 INNER JOIN news_langs AS nl ON n.id=nl.news_id
WHERE
	(nl.lang_id=2)
	AND (n.site_id=)
ORDER BY
	n.date DESC
 LIMIT 2
    [context] => /home/vhosts/cigarett/apps/lib/MyZend/Component/News.php line 89
)