glFusion / glfusion

glFusion CMS - Advanced Content Management with Style
https://www.glfusion.org
GNU General Public License v2.0
14 stars 15 forks source link

Forum: Merging topics throws a SQL error #585

Open leegarner opened 1 year ago

leegarner commented 1 year ago

[2022-12-05 02:43:20] ERROR: SQL Error: /home/path/to/system/lib-database.php:131: 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 forum_order ASC' at line 1 SQL :: SELECT * FROM gl_forum_moderators a , gl_forum_forums b WHERE b.forum_cat=1 AND a.mod_forum = b.forum_id AND (a.mod_uid=17 OR a.mod_groupid in ()) ORDER BY forum_order ASC

In gettopic(), the $modusers value is actually undefined.