[pLog-svn] r2173 - plugins/trunk/mobile/class/action

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Jun 6 20:27:15 GMT 2005


Author: oscar
Date: 2005-06-06 20:27:14 +0000 (Mon, 06 Jun 2005)
New Revision: 2173

Modified:
   plugins/trunk/mobile/class/action/mobileaction.class.php
Log:
added a new "terminal" object to the template containing information about the terminal
that made the request


Modified: plugins/trunk/mobile/class/action/mobileaction.class.php
===================================================================
--- plugins/trunk/mobile/class/action/mobileaction.class.php	2005-06-06 10:45:28 UTC (rev 2172)
+++ plugins/trunk/mobile/class/action/mobileaction.class.php	2005-06-06 20:27:14 UTC (rev 2173)
@@ -61,6 +61,7 @@
         {            
             $this->_view->setValue( "blog", $this->_blogInfo );
             $this->_view->setValue( "murl", new MobileRequestGenerator( $this->_blogInfo ));
+            $this->_view->setValue( "terminall", $this->_tInfo );
         }
     }
 ?>
\ No newline at end of file




More information about the pLog-svn mailing list