mirasvit / module-blog

Magento 2 Blog Extension
https://mirasvit.com/magento-2-extensions/blog.html
Open Software License 3.0
67 stars 48 forks source link

Fixed getData on boolean when post has no author #122

Closed makao closed 5 years ago

makao commented 5 years ago

Author on frontend should be considered as not required value, because admin user can be removed and then method getAuthor returns false what causes getData method being called on false.

Simple fix.