[pLog-svn] r1690 - plog/trunk/class/view

Oscar Renalias phunkphorce at gmail.com
Mon Apr 4 06:26:39 GMT 2005


btw can we propagate this change to the 1.0.1 branch? I think it's a
the same time harmless and useful so it won't hurt to have it there!

Oscar

On Apr 3, 2005 8:03 PM, ork at devel.plogworld.net <ork at devel.plogworld.net> wrote:
> Author: ork
> Date: 2005-04-03 17:03:34 +0000 (Sun, 03 Apr 2005)
> New Revision: 1690
> 
> Modified:
>    plog/trunk/class/view/view.class.php
> Log:
> damn typo
> 
> Modified: plog/trunk/class/view/view.class.php
> ===================================================================
> --- plog/trunk/class/view/view.class.php        2005-04-03 17:00:24 UTC (rev 1689)
> +++ plog/trunk/class/view/view.class.php        2005-04-03 17:03:34 UTC (rev 1690)
> @@ -313,7 +313,7 @@
>                  // as long as we're part of a session, the client won't change :)
>                  $this->setSessionValue("phpSniffObject", new phpSniff());
>              }
> -            $this->setValue( "browser", $this->getSessionValue["phpSniffObject"] );
> +            $this->setValue( "browser", $this->getSessionValue("phpSniffObject") );
>          }
>      }
>  ?>
> 
> _______________________________________________
> 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