[pLog-svn] r2228 - plugins/trunk/authimage/class/security

mark at devel.plogworld.net mark at devel.plogworld.net
Wed Jun 15 05:35:06 GMT 2005


Author: mark
Date: 2005-06-15 05:35:05 +0000 (Wed, 15 Jun 2005)
New Revision: 2228

Modified:
   plugins/trunk/authimage/class/security/authimagefilter.class.php
Log:
I have to delete "File::delete( $tempFile );" in authimagefilter.class.php. pLog's pipeline will execute "twice", if we detele the file, the pLog will show us the code is incorrect even the comment is add.

I still have no idea why our pipeline will execute twice.

Mark

Modified: plugins/trunk/authimage/class/security/authimagefilter.class.php
===================================================================
--- plugins/trunk/authimage/class/security/authimagefilter.class.php	2005-06-15 05:04:01 UTC (rev 2227)
+++ plugins/trunk/authimage/class/security/authimagefilter.class.php	2005-06-15 05:35:05 UTC (rev 2228)
@@ -62,7 +62,6 @@
             
             // if everything went fine, we can say so by returning
             // a positive PipelineResult object
-            File::delete( $tempFile );
             $result = new PipelineResult();
             return $result;
         }




More information about the pLog-svn mailing list