FriendsOfShopware / FroshProfiler

This plugin allows you to profile your Shopware 5 application
MIT License
159 stars 41 forks source link

Add smarty_resource.php to avoid E_WARNING in Smarty.class.php #125

Closed mjossdev closed 2 years ago

mjossdev commented 2 years ago

If smarty_resource.php doesn't exist then this include can cause an exception. The include is probably unnecessary because the original smarty_resource.php has likely already been autoloaded, but as it's include_once it also doesn't hurt.

shyim commented 2 years ago

Thanks