cvs: smarty /libs Smarty.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1073041541@cvsserver> |
messju Fri Jan 2 06:05:41 2004 EDT
Modified files:
/smarty/libs Smarty.class.php
Log:
removed unnecessary param in call to _fetch_resource_info()
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.470 smarty/libs/Smarty.class.php:1.471
--- smarty/libs/Smarty.class.php:1.470 Tue Dec 30 16:42:51 2003
+++ smarty/libs/Smarty.class.php Fri Jan 2 06:05:41 2004
@@ -43,7 +43,7 @@
* @version 2.6.1-dev
*/
-/* $Id: Smarty.class.php,v 1.470 2003/12/30 21:42:51 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.471 2004/01/02 11:05:41 messju Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -1407,7 +1407,7 @@
} 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)) {
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php