Index: branches/5.3.x/core/units/helpers/menu_helper.php =================================================================== diff -u -N -r15483 -r15698 --- branches/5.3.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 15483) +++ branches/5.3.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 15698) @@ -1,6 +1,6 @@ Application->getUnitOption('c', 'TableName') . ' + FROM ' . $this->Application->getUnitConfig('c')->getTableName() . ' WHERE IsMenu = 1 AND Status = ' . STATUS_ACTIVE; $this->parentPaths = $this->Conn->GetCol($sql ,'CategoryId');