##// END OF EJS Templates
add missing "require 'diff'" to Redmine::Helpers::Diff (#15105)...
Toshi MARUYAMA -
r11976:461342dd2ec9
parent child
Show More
@@ -15,6 +15,8
15 # along with this program; if not, write to the Free Software
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
17
18 require 'diff'
19
18 module Redmine
20 module Redmine
19 module Helpers
21 module Helpers
20 class Diff
22 class Diff
General Comments 0
You need to be logged in to leave comments. Login now