Index: trunk/kernel/include/item.php =================================================================== diff -u -r1120 -r1200 --- trunk/kernel/include/item.php (.../item.php) (revision 1120) +++ trunk/kernel/include/item.php (.../item.php) (revision 1200) @@ -539,7 +539,7 @@ global $objSession, $objFavorites; $res = FALSE; - if($objSession->HasCatPermission("FAVORITES")) + if($objSession->HasCatPermission("FAVORITES",$this->GetPrimaryCategory() )) { if(!$PortalUserId) $PortalUserId = $objSession->Get("PortalUserId");