[Solar-svn] Revision 2903
pmjones at solarphp.com
pmjones at solarphp.com
Sat Oct 20 14:02:43 CDT 2007
Solar_Controller_Front: [CHG] Now that Solar::start() registers a 'request' object, the front-controller doesn't need to.
Modified: trunk/Solar/Controller/Front.php
===================================================================
--- trunk/Solar/Controller/Front.php 2007-10-20 19:00:49 UTC (rev 2902)
+++ trunk/Solar/Controller/Front.php 2007-10-20 19:02:43 UTC (rev 2903)
@@ -122,16 +122,11 @@
*
* Sets up the environment for all pages.
*
- * Registers a Solar_Request object as 'request'.
- *
* @return void
*
*/
protected function _setup()
{
- if (! Solar_Registry::exists('request')) {
- Solar_Registry::set('request', 'Solar_Request');
- }
}
/**
More information about the Solar-svn
mailing list