tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

Undefined offset error within ContentTypeFactory #87

Closed carbontwelve closed 7 years ago

carbontwelve commented 7 years ago

The arrayAccessByKey method of the ContentTypeFactory class has a bug where if $key does not exist in the nameLookupTable PHP will throw am Undefined offset error.

carbontwelve commented 7 years ago

This is fixed by 9825648ec46ca60d05c7398eb05615b961c04d44, this will need a unit test before the issue can be closed.

carbontwelve commented 7 years ago

Test added by 7cbb5b7d1e77c54fa23ecdb90cf1b61b9380fb97