|
From: | noreply |
Subject: | [myexperiment-hackers] [2123] trunk/app/controllers/search_controller.rb: fixed typo |
Date: | Mon, 16 Mar 2009 11:53:25 -0400 (EDT) |
fixed typo
--- trunk/app/controllers/search_controller.rb 2009-03-16 15:49:36 UTC (rev 2122)
+++ trunk/app/controllers/search_controller.rb 2009-03-16 15:53:25 UTC (rev 2123)
@@ -9,7 +9,7 @@
@type = params[:type].to_s.downcase
- if !Conf.search_categories.include(@type)
+ if !Conf.search_categories.include?(@type)
error(@type)
return false
end
[Prev in Thread] | Current Thread | [Next in Thread] |