Oscar Renalias wrote:
> the patch looks ok to me but I'm wondering how this can even work:
>
> $this->setValue( "browser", $this->getSessionValue["phpSniffObject"] );
>
> I mean, shouldn't it be $this->getSessionValue("phpSniffObject") ???
> (note the brackets instead of the square brackets)
yeah you're right.. stupid me :)