[pLog-svn] r3571 - plog/trunk/class/security

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Wed Jun 14 04:18:06 GMT 2006


Author: pwestbro
Date: 2006-06-14 04:18:05 +0000 (Wed, 14 Jun 2006)
New Revision: 3571

Modified:
   plog/trunk/class/security/bayesianfilter.class.php
Log:
Comment out a line that was causing an warning.  If we want the Bayesian
filer to log, PipelineFilter will need to extend Loggable


Modified: plog/trunk/class/security/bayesianfilter.class.php
===================================================================
--- plog/trunk/class/security/bayesianfilter.class.php	2006-06-13 18:38:27 UTC (rev 3570)
+++ plog/trunk/class/security/bayesianfilter.class.php	2006-06-14 04:18:05 UTC (rev 3571)
@@ -115,7 +115,7 @@
                     // mark it as a trackback instead of a user comment...
                     
                     if( $isTrackback ) {
-                        $this->log->debug("saving the trackback but saving it as spam...");
+//                        $this->log->debug("saving the trackback but saving it as spam...");
                         $comment->setType( COMMENT_TYPE_TRACKBACK );
                     }
                         



More information about the pLog-svn mailing list