mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
removed unnecessary param in call to _fetch_resource_info()
This commit is contained in:
@@ -1407,7 +1407,7 @@ class Smarty
|
|||||||
} else {
|
} else {
|
||||||
// get file source and timestamp
|
// get file source and timestamp
|
||||||
$_params = array('resource_name' => $resource_name, 'get_source'=>false);
|
$_params = array('resource_name' => $resource_name, 'get_source'=>false);
|
||||||
if (!$this->_fetch_resource_info($_params, $this)) {
|
if (!$this->_fetch_resource_info($_params)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if ($_params['resource_timestamp'] <= filemtime($compile_path)) {
|
if ($_params['resource_timestamp'] <= filemtime($compile_path)) {
|
||||||
|
Reference in New Issue
Block a user