Always set the FACEBOOK constant

This commit is contained in:
Raphael 2010-10-05 17:46:14 -07:00
parent 2df3cf353b
commit de9cdfbe7b

View file

@ -15,6 +15,8 @@ if File.exists?(File.expand_path("./config/fb_config.yml"))
FB_APP_ID = fb_config['fb_app_id']
HOST = fb_config['host']
FACEBOOK = true
else
FACEBOOK = false
end
# Initialize the rails application
Diaspora::Application.initialize!