aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
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