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

Mark Wu markplace at gmail.com
Wed Aug 10 02:29:34 GMT 2005


That's why I can not reproduce the error ... :(

                if( $pageUrl != "" ) {
                	if( $dcIdentifier == $pageUrl || $dcIdentifier ==
htmlentities($pageUrl)) {
                		//print("identifer matches page!!");
                		array_push( $links, $tbPing );
                	}
                }

The code is in trackbackclient.class.php, so if $pageUrl could be empty
.......

Thanks for fixing ...:D

Mark 

> -----Original Message-----
> From: plog-svn-bounces at devel.plogworld.net 
> [mailto:plog-svn-bounces at devel.plogworld.net] On Behalf Of 
> pwestbro at devel.plogworld.net
> Sent: Wednesday, August 10, 2005 1:25 AM
> To: plog-svn at devel.plogworld.net
> Subject: [pLog-svn] r2405 - plugins/trunk/validatetrackback
> 
> 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.cl
> ass.php	2005-08-09 12:20:00 UTC (rev 2404)
> +++ 
> plugins/trunk/validatetrackback/pluginvalidatetrackback.cl
> ass.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" );
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn




More information about the pLog-svn mailing list