CPSSD / feedlark

Simple and Sharp RSS Reader
http://feedlark.com
MIT License
5 stars 4 forks source link

Crash in email summary system #273

Closed m1cr0man closed 8 years ago

m1cr0man commented 8 years ago

The site is crashing when any email summaries are actually being sent.

This is because the function that sends them has variables out of its scope.

The solution is to change from using for to some foreach iterator that is functional to avoid linter complaints and bring the missing variables back into scope.

devoxel commented 8 years ago

The linter complaints are not just being avoided because it's a linter, it's a real issue!