Changeset 13379
- Timestamp:
- 11/26/08 22:30:25 (7 months ago)
- Files:
-
- branches/1.2/lib/view/sfView.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/view/sfView.class.php
r12473 r13379 361 361 // use default exception templates 362 362 $this->template = sfException::getTemplatePathForError($this->context->getRequest()->getRequestFormat(), false); 363 $this->directory = dirname($this->template); 364 $this->template = basename($this->template); 363 365 $this->setAttribute('code', '404'); 364 366 $this->setAttribute('text', 'Not Found');

