From: Simon Brandhof Date: Wed, 4 Apr 2012 10:29:12 +0000 (+0200) Subject: Fix compatibility with Ruby 1.9 X-Git-Tag: 3.0~37 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3f357f30e5b4a9a7b5092464a855cd5e09b9861e;p=sonarqube.git Fix compatibility with Ruby 1.9 --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb index 9e8741431e2..08795e95357 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb @@ -353,10 +353,10 @@ class ProfilesController < ApplicationController @sames=[] diffs_by_rule.values.sort.each do |diff| case diff.status - when DIFF_IN1: @in1<