turned off memcache as it was causing trouble
[selectricity-live] / app / views / quickvote / list_voters.rhtml
index cdfc049ae28808cbd5331e63d3f0383b2ba3fdcd..b0dc6dd96768b6662768d25bb3fad0bc17e29654 100644 (file)
@@ -27,8 +27,8 @@
             voter.ipaddress =~ /^172\.[1-3]/
             %>
             <% w=nil
-            if Cache and w=Cache.get("WHOIS:#{voter.ipaddress}")
-            elsif Cache
+            if defined? Cache and w=Cache.get("WHOIS:#{voter.ipaddress}")
+            elsif defined? Cache
               w= Whois::Whois.new(IPAddr.new(voter.ipaddress),true)
               w.search_whois
               Cache.set("WHOIS:#{voter.ipaddress}", w)

Benjamin Mako Hill || Want to submit a patch?