lib/redistat/event.rb in redistat-0.2.2 vs lib/redistat/event.rb in redistat-0.2.3

- old
+ new

@@ -89,10 +89,10 @@ def self.find(scope, id) event = db.hgetall "#{scope}#{KEY_EVENT}#{id}" return nil if event.size == 0 self.new( event["scope"], event["label"], event["date"], JSON.parse(event["stats"]), - JSON.parse(event["meta"]), JSON.parse(event["options"]), false ) + JSON.parse(event["options"]), JSON.parse(event["meta"]), false ) end end end \ No newline at end of file