Index: branches/5.3.x/core/kernel/security/SecurityGeneratorPromise.php =================================================================== diff -u -r16723 -r16727 --- branches/5.3.x/core/kernel/security/SecurityGeneratorPromise.php (.../SecurityGeneratorPromise.php) (revision 16723) +++ branches/5.3.x/core/kernel/security/SecurityGeneratorPromise.php (.../SecurityGeneratorPromise.php) (revision 16727) @@ -1,6 +1,6 @@ prefixRegistred($prefix_or_table) ) { - $table = $application->getUnitOption($prefix_or_table, 'TableName'); + $table = $application->getUnitConfig($prefix_or_table)->getTableName(); } else { $table = $prefix_or_table;