mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
fix flag in file status cache
This commit is contained in:
@@ -75,7 +75,7 @@ class Smarty_Internal_Extension_LoadPlugin
|
|||||||
require_once($file);
|
require_once($file);
|
||||||
return $file;
|
return $file;
|
||||||
}
|
}
|
||||||
$smarty->_is_file_cache[$file] = $file;
|
$smarty->_is_file_cache[$file] = false;
|
||||||
}
|
}
|
||||||
if ($smarty->use_include_path) {
|
if ($smarty->use_include_path) {
|
||||||
// try PHP include_path
|
// try PHP include_path
|
||||||
|
Reference in New Issue
Block a user