485: INNER JOIN users u2 ON u2.uid = r.uid
Should be:
485: INNER JOIN {users} u2 ON u2.uid = r.uid

286: INNER JOIN users u2 ON u2.uid = r.uid
Should be:
286: INNER JOIN {users} u2 ON u2.uid = r.uid

Comments

kbahey’s picture

Title: Bug exposing DB name to the public » Some queries are not db_prefix clean
Priority: Critical » Normal
Status: Active » Fixed

Fixed in 4.7, 5.x and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)