diff --git a/include/content.class.php b/include/content.class.php index b3478cf0f..96c49fed2 100644 --- a/include/content.class.php +++ b/include/content.class.php @@ -703,7 +703,7 @@ class content extends basis_db tbl_content.template_kurzbz<>'news' AND content_id NOT IN (SELECT child_content_id FROM campus.tbl_contentchild WHERE child_content_id=tbl_content.content_id) ) as a - ORDER BY sort"; + ORDER BY sort, content_id"; if($result = $this->db_query($qry)) {