Index: branches/5.1.x/core/units/favorites/favorites_config.php =================================================================== diff -u -N -r13159 -r13545 --- branches/5.1.x/core/units/favorites/favorites_config.php (.../favorites_config.php) (revision 13159) +++ branches/5.1.x/core/units/favorites/favorites_config.php (.../favorites_config.php) (revision 13545) @@ -1,6 +1,6 @@ true, - 'Clones' => Array ( - 'l-fav' => Array( - 'ParentPrefix' => 'l', - 'ParentTableKey' => 'ResourceId', - 'ForeignKey' => 'ResourceId', - ), - - 'n-fav' => Array ( - 'ParentPrefix' => 'n', - 'ParentTableKey' => 'ResourceId', - 'ForeignKey' => 'ResourceId', - ), - - 'bb-fav' => Array( - 'ParentPrefix' => 'bb', - 'ParentTableKey' => 'ResourceId', - 'ForeignKey' => 'ResourceId', - ), - - 'p-fav' => Array( - 'ParentPrefix' => 'p', - 'ParentTableKey' => 'ResourceId', - 'ForeignKey' => 'ResourceId', - ), - ), - 'Hooks' => Array ( Array( 'Mode' => hAFTER,