Skip to content
Snippets Groups Projects
Commit d56800f9 authored by maxwell's avatar maxwell
Browse files

fixing facebook posting

parent 3b01e86f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class StatusMessagesController < ApplicationController
data = clean_hash params[:status_message]
if @logged_in && params[:status_message][:public] == 'true'
if @logged_in && params[:status_message][:public] == '1'
id = 'me'
type = 'feed'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment