[pLog-svn] r4151 - plog/branches/lifetype-1.1.2/class/security

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Oct 22 14:20:29 GMT 2006


Author: oscar
Date: 2006-10-22 14:20:27 +0000 (Sun, 22 Oct 2006)
New Revision: 4151

Modified:
   plog/branches/lifetype-1.1.2/class/security/bayesianfilter.class.php
Log:
Fixed issue 1092 (missing include)

Modified: plog/branches/lifetype-1.1.2/class/security/bayesianfilter.class.php
===================================================================
--- plog/branches/lifetype-1.1.2/class/security/bayesianfilter.class.php	2006-10-21 23:31:26 UTC (rev 4150)
+++ plog/branches/lifetype-1.1.2/class/security/bayesianfilter.class.php	2006-10-22 14:20:27 UTC (rev 4151)
@@ -1,6 +1,7 @@
 <?php
 
     include_once( PLOG_CLASS_PATH."class/security/pipelinefilter.class.php" );
+	include_once( PLOG_CLASS_PATH."class/net/client.class.php" );
 
     define("HIGH_SPAM_PROBABILITY", 1000);
 



More information about the pLog-svn mailing list