Changeset 3152

Show
Ignore:
Timestamp:
05/05/08 17:46:06 (2 months ago)
Author:
pmjones
Message:

Solar_App_Base: [FIX] Method _notFound() should be protected, not public.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Solar/App/Base.php

    r3038 r3152  
    243243     *  
    244244     */ 
    245     public function _notFound($action, $params) 
     245    protected function _notFound($action, $params) 
    246246    { 
    247247        $this->_response->setStatusCode(404);