[pLog-svn] r6971 - plog/tags/lifetype-1.2.10/class/net

Andy Wright andy at extracted.org
Wed Jan 27 19:37:14 EST 2010


Several concatenated custom URL's are non functioning..

On Wed, 2010-01-27 at 18:53 -0500, jondaley at devel.lifetype.net wrote:
> Author: jondaley
> Date: 2010-01-27 18:53:52 -0500 (Wed, 27 Jan 2010)
> New Revision: 6971
> 
> Modified:
>    plog/tags/lifetype-1.2.10/class/net/
>    plog/tags/lifetype-1.2.10/class/net/linkformatmatcher.class.php
> Log:
> bug fix for root URL paging. (committing to a tag, you didn't really see this commit...)
> 
> 
> Property changes on: plog/tags/lifetype-1.2.10/class/net
> ___________________________________________________________________
> Added: svn:mergeinfo
>    + /plog/branches/lifetype-1.2/class/net:6970
> 
> Modified: plog/tags/lifetype-1.2.10/class/net/linkformatmatcher.class.php
> ===================================================================
> --- plog/tags/lifetype-1.2.10/class/net/linkformatmatcher.class.php	2010-01-27 22:59:06 UTC (rev 6970)
> +++ plog/tags/lifetype-1.2.10/class/net/linkformatmatcher.class.php	2010-01-27 23:53:52 UTC (rev 6971)
> @@ -45,7 +45,7 @@
>              foreach( $this->_formats as $key => $format ) {
>                  $lp = new LinkParser( $format );
>                  $params = $lp->parseLink( $this->_request );
> -                if( $params ) {
> +                if( $params !== false ) {
>                      // return the key assigned to the format that matched
>                      $this->_params = $params;
>                      return $key;
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list