Closed frankiejarrett closed 9 years ago
There were some undefined index notices happening on these methods because the bang isn't sufficient if the index doesn't exist, using isset fixes that.
isset
Squash commits please, then LG!
Covered by #27.
There were some undefined index notices happening on these methods because the bang isn't sufficient if the index doesn't exist, using
isset
fixes that.