cvs: smarty /libs/core core.write_compiled_include.php

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1056385018@cvsserver>
messju		Mon Jun 23 12:16:58 2003 EDT

  Modified files:              
    /smarty/libs/core	core.write_compiled_include.php 
  Log:
  fixed bug in write_compiled_include
  
Index: smarty/libs/core/core.write_compiled_include.php
diff -u smarty/libs/core/core.write_compiled_include.php:1.5 smarty/libs/core/core.write_compiled_include.php:1.6
--- smarty/libs/core/core.write_compiled_include.php:1.5	Sun Jun 22 18:10:10 2003
+++ smarty/libs/core/core.write_compiled_include.php	Mon Jun 23 12:16:58 2003
@@ -30,7 +30,7 @@
 
     $_compile_path = $params['include_file_path'];
 
-    $smarty->_cache_serials[$_compile_path] = $smarty->params['cache_serial'];
+    $smarty->_cache_serials[$_compile_path] = $params['cache_serial'];
     $_include_compiled .= "\$this->_cache_serials['".$_compile_path."'] = '".$params['cache_serial']."';\n\n?>";
 
     $_include_compiled .= $params['plugins_code'];



-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.