[pLog-svn] r5909 - plog/trunk/class/file

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Sep 6 17:28:08 EDT 2007


Author: oscar
Date: 2007-09-06 17:28:08 -0400 (Thu, 06 Sep 2007)
New Revision: 5909

Modified:
   plog/trunk/class/file/file.class.php
Log:
Some more verbose error reporting suppressed.

Modified: plog/trunk/class/file/file.class.php
===================================================================
--- plog/trunk/class/file/file.class.php	2007-09-06 21:05:43 UTC (rev 5908)
+++ plog/trunk/class/file/file.class.php	2007-09-06 21:28:08 UTC (rev 5909)
@@ -420,7 +420,7 @@
               // partitions, this will be a copy and delete of the original file
             
               // copy the file to the new location
-              if (!copy($inFile, $outFile)) {
+              if (!@copy($inFile, $outFile)) {
                   // The copy failed, return false
                   return false;
               }



More information about the pLog-svn mailing list