Index: settings.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/fb/settings.inc,v retrieving revision 1.4 diff -u -w -r1.4 settings.inc --- settings.inc 26 Oct 2007 20:11:01 -0000 1.4 +++ settings.inc 11 Dec 2007 18:01:14 -0000 @@ -17,7 +17,7 @@ // the same values they end up with. In other words, the slightest change // to bootstrap.inc could break this (as it did from drupal 5.1 to // drupal 5.2) and its a real pain to track down. - global $cookie_domain; + global $cookie_domain, $base_url; if (!$cookie_domain) { // If the $cookie_domain is empty, try to use the session.cookie_domain. $cookie_domain = ini_get('session.cookie_domain');