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

ork at devel.plogworld.net ork at devel.plogworld.net
Sun Apr 3 17:03:35 GMT 2005


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") );
         }
     }
 ?>




More information about the pLog-svn mailing list