Forráskód Böngészése

Fixed error with no charts

Andrew Kane 9 éve
szülő
commit
9475bbbe51
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/controllers/blazer/dashboards_controller.rb

+ 1 - 0
app/controllers/blazer/dashboards_controller.rb

@@ -25,6 +25,7 @@ module Blazer
       @queries.each do |query|
         process_vars(query.statement)
       end
+      @bind_vars ||= []
 
       @smart_vars = {}
       @sql_errors = []