diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 7b7e6d53..688ee49f 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -1407,7 +1407,7 @@ class Smarty } else { // get file source and timestamp $_params = array('resource_name' => $resource_name, 'get_source'=>false); - if (!$this->_fetch_resource_info($_params, $this)) { + if (!$this->_fetch_resource_info($_params)) { return false; } if ($_params['resource_timestamp'] <= filemtime($compile_path)) {