Index: branches/5.3.x/core/units/helpers/modules_helper.php =================================================================== diff -u -N -r15483 -r15698 --- branches/5.3.x/core/units/helpers/modules_helper.php (.../modules_helper.php) (revision 15483) +++ branches/5.3.x/core/units/helpers/modules_helper.php (.../modules_helper.php) (revision 15698) @@ -1,6 +1,6 @@ Application->getUnitOption('mod', 'TableName'); + FROM ' . $this->Application->getUnitConfig('mod')->getTableName(); $modules = $this->Conn->GetCol($sql); }