From 02acc7fc28dc868757ccb48b224b8bee3429bff7 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Lang <jp_lang@yahoo.fr>
Date: Sun, 7 Dec 2008 14:44:08 +0000
Subject: [PATCH] Follows r2110.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2111 e93f8b46-1217-0410-a6f0-8f06a7374b81
---
 app/views/common/_diff.rhtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/common/_diff.rhtml b/app/views/common/_diff.rhtml
index 0b28101b7..07bd4745f 100644
--- a/app/views/common/_diff.rhtml
+++ b/app/views/common/_diff.rhtml
@@ -1,4 +1,4 @@
-<% Redmine::UnifiedDiff.new(diff, diff_type).each do |table_file| -%>
+<% Redmine::UnifiedDiff.new(diff, :type => diff_type).each do |table_file| -%>
 <div class="autoscroll">
 <% if diff_type == 'sbs' -%>
 <table class="filecontent CodeRay">
-- 
GitLab