[pLog-svn] r2405 - plugins/trunk/validatetrackback

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Tue Aug 9 17:25:16 GMT 2005


Author: pwestbro
Date: 2005-08-09 17:25:16 +0000 (Tue, 09 Aug 2005)
New Revision: 2405

Modified:
   plugins/trunk/validatetrackback/pluginvalidatetrackback.class.php
Log:
Fixed a problem where the wrong variable was being used


Modified: plugins/trunk/validatetrackback/pluginvalidatetrackback.class.php
===================================================================
--- plugins/trunk/validatetrackback/pluginvalidatetrackback.class.php	2005-08-09 12:20:00 UTC (rev 2404)
+++ plugins/trunk/validatetrackback/pluginvalidatetrackback.class.php	2005-08-09 17:25:16 UTC (rev 2405)
@@ -111,7 +111,7 @@
             $tbClient = new TrackbackClient();
             
             // get the trackback url
-            $tbLinks = $tbClient->getTrackbackLinks( $page, $link );
+            $tbLinks = $tbClient->getTrackbackLinks( $page, $url );
             if( empty( $tbLinks)) {
                 // there were no trackback links in the page
  //               error_log( "Found no trackback urls" );




More information about the pLog-svn mailing list