[xoops-cvslog 2924] CVS update: xoops2jp/html/install/class

Zurück zum Archiv-Index

onokazu onoka****@users*****
2006年 4月 29日 (土) 12:02:15 JST


Index: xoops2jp/html/install/class/mainfilemanager.php
diff -u xoops2jp/html/install/class/mainfilemanager.php:1.2.8.1 xoops2jp/html/install/class/mainfilemanager.php:1.2.8.2
--- xoops2jp/html/install/class/mainfilemanager.php:1.2.8.1	Tue Mar  7 22:11:39 2006
+++ xoops2jp/html/install/class/mainfilemanager.php	Sat Apr 29 12:02:15 2006
@@ -28,7 +28,7 @@
 * mainfile manager for XOOPS installer
 *
 * @author Haruki Setoyama  <haruk****@plane*****>
-* @version $Id: mainfilemanager.php,v 1.2.8.1 2006/03/07 13:11:39 nobunobu Exp $
+* @version $Id: mainfilemanager.php,v 1.2.8.2 2006/04/29 03:02:15 onokazu Exp $
 * @access public
 **/
 class mainfile_manager {
@@ -63,6 +63,7 @@
             $this->error = true;
             return false;
         }
+        clearstatcache();
         $content = fread($file, filesize($this->path) );
         fclose($file);
 


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index