seva-setu / sevasetu-mothercare

This code fuels the mother care web app to help urban young women connect to their peers in rural India
http://sevasetu.org/mother_care
2 stars 6 forks source link

fix for error when beneficiary_objects is empty. #5

Closed haptork closed 8 years ago

haptork commented 8 years ago

The loop in line does not run and hence $beneficiary_list is never declared if the $beneficiary_objects is empty which I suppose can happen if no beneficiary is assigned to the mother. In my case this threw an exception just after logging in as a champion.

shashank-srikant commented 8 years ago

Done. Thanks.