Changeset 90
- Timestamp:
- 12/01/06 17:54:44 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/frontend/modules/user/actions/actions.class.php
r83 r90 213 213 $this->setShowVars(); 214 214 215 return array('user', 'showSuccess'); 215 $this->setTemplate('show'); 216 return sfView::SUCCESS; 216 217 } 217 218
