Always set the FACEBOOK constant
This commit is contained in:
parent
2df3cf353b
commit
de9cdfbe7b
1 changed files with 2 additions and 0 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue