##// END OF EJS Templates
fix typos of source comments at Query model...
Toshi MARUYAMA -
r12801:cebcd6770432
parent child
Show More
@@ -556,7 +556,7 class Query < ActiveRecord::Base
556 556 next unless v and !v.empty?
557 557 operator = operator_for(field)
558 558
559 # "me" value subsitution
559 # "me" value substitution
560 560 if %w(assigned_to_id author_id user_id watcher_id).include?(field)
561 561 if v.delete("me")
562 562 if User.current.logged?
General Comments 0
You need to be logged in to leave comments. Login now