diff options
Diffstat (limited to 'lib/redmine/diff_table.rb')
-rw-r--r-- | lib/redmine/diff_table.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/diff_table.rb b/lib/redmine/diff_table.rb index b783bb3d8..989e51c32 100644 --- a/lib/redmine/diff_table.rb +++ b/lib/redmine/diff_table.rb @@ -25,6 +25,7 @@ module Redmine # Initialize with a Diff file and the type of Diff View # The type view must be inline or sbs (side_by_side) def initialize(type="inline", style=nil) + super() @parsing = false @added = 0 @removed = 0 |