[pLog-svn] r3202 - plog/trunk/class/action

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Fri Apr 7 08:38:24 GMT 2006


Author: pwestbro
Date: 2006-04-07 08:38:23 +0000 (Fri, 07 Apr 2006)
New Revision: 3202

Modified:
   plog/trunk/class/action/addtrackbackaction.class.php
Log:
Fixed a bug in my change from yesterday.  The function that I was calling was renamed.

Modified: plog/trunk/class/action/addtrackbackaction.class.php
===================================================================
--- plog/trunk/class/action/addtrackbackaction.class.php	2006-04-07 04:36:50 UTC (rev 3201)
+++ plog/trunk/class/action/addtrackbackaction.class.php	2006-04-07 08:38:23 UTC (rev 3202)
@@ -151,7 +151,7 @@
             // notify the user that a new trackback has been received, if the article was
             // configured to receive notifications
             // but first make sure, the trackback was not removed by some plugins like validatetrackback...
-            if( $trackbacks->getArticleTrackback( $trackback->getId() ) ) {
+            if( $trackbacks->getTrackBack( $trackback->getId() ) ) {
                 $notifier = new ArticleNotifications();
                 $notifier->notifyUsers( $article->getId(), $blogInfo);
             } 



More information about the pLog-svn mailing list