mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 09:54:27 +02:00
revert change to variable name
This commit is contained in:
@@ -1339,7 +1339,7 @@ class Smarty extends \Smarty\TemplateBase {
|
|||||||
}
|
}
|
||||||
$_filepath = (string)$_file;
|
$_filepath = (string)$_file;
|
||||||
if ($_file->isDir()) {
|
if ($_file->isDir()) {
|
||||||
if (!$_file->isDot()) {
|
if (!$_compile->isDot()) {
|
||||||
// delete folder if empty
|
// delete folder if empty
|
||||||
@rmdir($_file->getPathname());
|
@rmdir($_file->getPathname());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user