Index: branches/5.2.x/core/kernel/db/db_event_handler.php =================================================================== diff -u -N -r15110 -r15121 --- branches/5.2.x/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 15110) +++ branches/5.2.x/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 15121) @@ -1,6 +1,6 @@ Application->getUnitOption($this->Prefix, 'ParentPrefix'); - if ( $parent_prefix ) { + if ( $parent_prefix && !$this->Application->isAdmin ) { $foreign_key = $this->Application->getUnitOption($this->Prefix, 'ForeignKey'); $fields[] = is_array($foreign_key) ? $foreign_key[$parent_prefix] : $foreign_key; }