##// END OF EJS Templates
fix typos of source comments at ApplicationHelper...
Toshi MARUYAMA -
r12796:92509940881b
parent child
Show More
@@ -1331,7 +1331,7 module ApplicationHelper
1331 def api_meta(options)
1331 def api_meta(options)
1332 if params[:nometa].present? || request.headers['X-Redmine-Nometa']
1332 if params[:nometa].present? || request.headers['X-Redmine-Nometa']
1333 # compatibility mode for activeresource clients that raise
1333 # compatibility mode for activeresource clients that raise
1334 # an error when unserializing an array with attributes
1334 # an error when deserializing an array with attributes
1335 nil
1335 nil
1336 else
1336 else
1337 options
1337 options
General Comments 0
You need to be logged in to leave comments. Login now