[Solar-svn] Revision 3152
pmjones at solarphp.com
pmjones at solarphp.com
Mon May 5 17:46:07 CDT 2008
Solar_App_Base: [FIX] Method _notFound() should be protected, not public.
Modified: trunk/Solar/App/Base.php
===================================================================
--- trunk/Solar/App/Base.php 2008-05-05 22:45:21 UTC (rev 3151)
+++ trunk/Solar/App/Base.php 2008-05-05 22:46:06 UTC (rev 3152)
@@ -242,7 +242,7 @@
* @return void
*
*/
- public function _notFound($action, $params)
+ protected function _notFound($action, $params)
{
$this->_response->setStatusCode(404);
$this->errors[] = $this->locale('ACTION_NOT_FOUND');
More information about the Solar-svn
mailing list