mattstein / snipcart-craft-plugin

A Craft plugin for browsing Snipcart API information from the Craft control panel.
MIT License
29 stars 5 forks source link

Fixed bug when referring to array key of NULL #1

Closed lindseydiloreto closed 10 years ago

lindseydiloreto commented 10 years ago

Hey Matt, this line was causing a crash:

craft()->request->getPost('startDate')['date']

I think it was because PHP was trying to parse the "date" value from a NULL variable.

mattstein commented 10 years ago

Thanks @lindseydiloreto!