smarty-php / smarty

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
Other
2.24k stars 705 forks source link

Fix undefined $path variable warning #1050

Closed dmetzner closed 3 weeks ago

dmetzner commented 1 month ago

Summary

This PR initializes the $path variable to prevent an "undefined variable" warning when $source->exists is true.

Changes

Impact

Fixes the warning Undefined variable $path in vendor/smarty/src/Resource/FilePlugin.php on line 62.