From 9cbb6c4d5e1a96cd5015cf453195494d10c2c4f2 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 2 Aug 2011 22:30:24 -0700 Subject: [PATCH] you know, i should uncomment code before i commit it --- app/controllers/profiles_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index a2c6bb525..66ead779e 100644 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -20,7 +20,7 @@ class ProfilesController < ApplicationController def update # upload and set new profile photo params[:profile] ||= {} - unless params[:profile][:tag_string].nil? #|| params[:profile][:tag_string] == I18n.t('profiles.edit.your_tags_placeholder') + unless params[:profile][:tag_string].nil? || params[:profile][:tag_string] == I18n.t('profiles.edit.your_tags_placeholder') params[:profile][:tag_string].split( " " ).each do |extra_tag| extra_tag.strip! unless extra_tag == ""