[pLog-svn] r3268 - plog/branches/lifetype-1.0.4/class/net

Oscar Renalias oscar at renalias.net
Fri Apr 21 04:22:49 GMT 2006


Oh, you already backported it :))))

On 4/20/06, jondaley at devel.lifetype.net <jondaley at devel.lifetype.net> wrote:
> Author: jondaley
> Date: 2006-04-20 14:12:53 +0000 (Thu, 20 Apr 2006)
> New Revision: 3268
>
> Modified:
>    plog/branches/lifetype-1.0.4/class/net/rawrequestgenerator.class.php
> Log:
> merged blogId fix from 1.1 branch
>
> Modified: plog/branches/lifetype-1.0.4/class/net/rawrequestgenerator.class.php
> ===================================================================
> --- plog/branches/lifetype-1.0.4/class/net/rawrequestgenerator.class.php        2006-04-20 14:11:02 UTC (rev 3267)
> +++ plog/branches/lifetype-1.0.4/class/net/rawrequestgenerator.class.php        2006-04-20 14:12:53 UTC (rev 3268)
> @@ -215,7 +215,7 @@
>              if( $profile != "" )
>                 $this->addParameter( "profile", $profile );
>
> -            $rssLink = $this->getRssUrl().$this->getRequest();
> +            $rssLink = $this->getRssUrl().$this->getRequest(false);
>
>              return $rssLink;
>          }
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>


More information about the pLog-svn mailing list