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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed May 10 14:30:42 GMT 2006


Author: oscar
Date: 2006-05-10 14:30:41 +0000 (Wed, 10 May 2006)
New Revision: 3376

Modified:
   plog/trunk/class/security/bayesianfilter.class.php
Log:
fixed one warning message


Modified: plog/trunk/class/security/bayesianfilter.class.php
===================================================================
--- plog/trunk/class/security/bayesianfilter.class.php	2006-05-10 14:30:28 UTC (rev 3375)
+++ plog/trunk/class/security/bayesianfilter.class.php	2006-05-10 14:30:41 UTC (rev 3376)
@@ -64,6 +64,7 @@
             include_once( PLOG_CLASS_PATH."class/dao/articlecomments.class.php" );			
             
             // if it's a trackback, the data is in another place...
+            $parentId = "";
             $isTrackback = ($request->getValue( "op" ) == "AddTrackback");
             if( $isTrackback ) {
                 $commentText = $request->getValue( "excerpt" );



More information about the pLog-svn mailing list