Index: branches/5.3.x/core/units/helpers/page_helper.php =================================================================== diff -u -N -r15677 -r15698 --- branches/5.3.x/core/units/helpers/page_helper.php (.../page_helper.php) (revision 15677) +++ branches/5.3.x/core/units/helpers/page_helper.php (.../page_helper.php) (revision 15698) @@ -1,6 +1,6 @@ Application->getUnitOption('page-revision', 'TableName') . ' pr + FROM ' . $this->Application->getUnitConfig('page-revision')->getTableName() . ' pr LEFT JOIN ' . TABLE_PREFIX . 'Users u ON u.PortalUserId = pr.CreatedById WHERE (' . implode(') AND (', $where_clause) . ')'; $users = $this->Conn->GetCol($sql);