connectivedx / Phoenix

http://connectivedx.github.io/Phoenix/
33 stars 5 forks source link

Fixes undefined offset warning in grid system test #171

Closed elseloop closed 8 years ago

elseloop commented 8 years ago

Adds an array_key_exists check inside loops where grid elements are being built. Fixes #167.

stoff commented 8 years ago

With PHP in Dev mode, reviewed all templates after running each build (prod, dev, watch) and saw no PHP warnings, errors, or notifications. Consider this verified, and am merging.