Fixed error on Schedule page

This commit is contained in:
Godwin 2016-08-30 08:17:25 -07:00 committed by GitHub
parent 8733300b81
commit c8661285c7

View File

@ -573,7 +573,7 @@ class ApplicationController < LinguaFrancaApplicationController
@schedule.each do | day, data |
@schedule[day][:times] = data[:times].sort.to_h
if do_analyze || @schedule[day][:locations].empty?
@schedule[day][:locations] ||= []
@schedule[day][:locations] ||= {}
@schedule[day][:locations][0] = :add
end