Changeset 5195
- Timestamp:
- 09/19/07 20:31:18 (1 year ago)
- Files:
-
- plugins/sfGuardPlugin/README (modified) (1 diff)
- plugins/sfGuardPlugin/modules/sfGuardAuth/templates/secureSuccess.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfGuardPlugin/README
r5194 r5195 329 329 === 1.1.12 === 330 330 331 * fabien: fixed typo in secureSuccess template (closes #2260) 331 332 * fabien: fixed 'secure' action in sfGuardPlugin do not need to be secure (closes #2254) 332 333 * fabien: fixed typo in sfGuardUser::getProfile() plugins/sfGuardPlugin/modules/sfGuardAuth/templates/secureSuccess.php
r5004 r5195 1 <?php use_helper('i18n');?> 1 <?php use_helper('I18N') ?> 2 2 3 <p><?php echo __("You don't have the requested permission to access this page."); ?></p>