A Database Error Occurred

Error Number: 1064

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 '-12, 12' at line 6

SELECT `content`.`content_id`, `content_title`, `content_year`, `content_poster`, `content_text`, `content_rating_kinopoisk`, `content_rating_imdb`, `content_rating_age` FROM `content` WHERE `parent_id` = '0' AND `content_enabled` = '0' ORDER BY `content_adddate` DESC LIMIT -12, 12

Filename: models/Movie.php

Line Number: 60