Project

General

Profile

Defect #15105 » redmine_diff_fix.patch

Fix for missing require - Felix Bünemann, 2013-10-10 22:29

View differences:

lib/redmine/helpers/diff.rb
15 15
# along with this program; if not, write to the Free Software
16 16
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
17 17

  
18
require 'diff'
19

  
18 20
module Redmine
19 21
  module Helpers
20 22
    class Diff
    (1-1/1)