aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-10-09 22:09:06 +0200
committerAlex Legler <alex@a3li.li>2011-10-09 22:09:06 +0200
commit070a48e0afc641ef104597a44df1fe2e56df3deb (patch)
treee06c42096549da5bb5e022336dc8d88e2c3c9a43 /app
parentFix close message, add more logging (diff)
downloadglsamaker-070a48e0afc641ef104597a44df1fe2e56df3deb.tar.gz
glsamaker-070a48e0afc641ef104597a44df1fe2e56df3deb.tar.bz2
glsamaker-070a48e0afc641ef104597a44df1fe2e56df3deb.zip
glsa_controller: Fix typo in diff code
Diffstat (limited to 'app')
-rw-r--r--app/controllers/glsa_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/glsa_controller.rb b/app/controllers/glsa_controller.rb
index 33f22c4..4c4e51e 100644
--- a/app/controllers/glsa_controller.rb
+++ b/app/controllers/glsa_controller.rb
@@ -465,7 +465,7 @@ class GlsaController < ApplicationController
diff = ""
begin
- diff = Glsamaker::Diff.diff(old_text, new_text, formajefet, context_lines)
+ diff = Glsamaker::Diff.diff(old_text, new_text, format, context_lines)
rescue Exception => e
diff = "Error in diff provider. Cannot provide diff."
log_error e