Index: favorite_nodes.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/favorite_nodes/favorite_nodes.module,v retrieving revision 1.8.2.9 diff -u -r1.8.2.9 favorite_nodes.module --- favorite_nodes.module 9 Jan 2009 04:01:09 -0000 1.8.2.9 +++ favorite_nodes.module 28 Mar 2009 00:38:14 -0000 @@ -149,7 +149,7 @@ foreach (_node_types_natcasesort() as $type) { if (variable_get(FAVORITE_NODES_NODE_TYPE . $type->type, 0)) { $uid = intval($user->uid); - $favorites = favorite_nodes_get($uid, $type->type, variable_get(FAVORITE_NODES_BLOCK_LIMIT, 5)); + $favorites = favorite_nodes_get($uid, $type->type, variable_get(FAVORITE_NODES_PROFILE_LIMIT, 5)); $items = array(); if (!empty($favorites)) { foreach ($favorites as $favorite) {