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

Zurück zum Archiv-Index

onokazu onoka****@users*****
2006年 4月 28日 (金) 13:57:56 JST


Index: xoops2jp/html/install/class/mainfilemanager.php
diff -u xoops2jp/html/install/class/mainfilemanager.php:1.2 xoops2jp/html/install/class/mainfilemanager.php:1.2.16.1
--- xoops2jp/html/install/class/mainfilemanager.php:1.2	Fri Mar 18 21:52:14 2005
+++ xoops2jp/html/install/class/mainfilemanager.php	Fri Apr 28 13:57:56 2006
@@ -28,7 +28,7 @@
 * mainfile manager for XOOPS installer
 *
 * @author Haruki Setoyama  <haruk****@plane*****>
-* @version $Id: mainfilemanager.php,v 1.2 2005/03/18 12:52:14 onokazu Exp $
+* @version $Id: mainfilemanager.php,v 1.2.16.1 2006/04/28 04:57:56 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