lagotto / alm-report

ALM Reports
http://almreports.plos.org/
MIT License
8 stars 3 forks source link

Properly handle nil for DOIs stored in session store #37

Closed mfenner closed 10 years ago

mfenner commented 10 years ago
[FATAL] NoMethodError (undefined method `length' for nil:NilClass):
  app/controllers/application_controller.rb:130:in `articleLimitReached?'
  app/controllers/id_controller.rb:14:in `index'
  app/controllers/application_controller.rb:105:in `save_session_dois' (pid:27493)

This is related to #34.

mfenner commented 10 years ago

This has been fixed in pull request #43.

jure commented 10 years ago

:+1: