Changeset 3152
- Timestamp:
- 05/05/08 17:46:06 (2 months ago)
- Files:
-
- trunk/Solar/App/Base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Solar/App/Base.php
r3038 r3152 243 243 * 244 244 */ 245 p ublicfunction _notFound($action, $params)245 protected function _notFound($action, $params) 246 246 { 247 247 $this->_response->setStatusCode(404);
