Skip to content

Commit

Permalink
Merge branch 'master' of github.com:diaspora/diaspora
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmei committed Sep 26, 2010
2 parents 68a8ecb + 43fa70f commit 4bb4602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/aspects_controller.rb
Expand Up @@ -18,7 +18,7 @@ def create
if @aspect.valid? if @aspect.valid?
flash[:notice] = I18n.t('aspects.create.success') flash[:notice] = I18n.t('aspects.create.success')
else else
flash[:notice] = I18n.t('aspects.create.failure') flash[:error] = I18n.t('aspects.create.failure')
end end
respond_with :location => aspects_manage_path respond_with :location => aspects_manage_path
end end
Expand Down

0 comments on commit 4bb4602

Please sign in to comment.