Changeset 6765
- Timestamp:
- 12/27/07 17:12:39 (2 years ago)
- Files:
-
- branches/1.1/lib/controller/sfController.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/controller/sfController.class.php
r6727 r6765 472 472 if ($actionEntry->getModuleName() == sfConfig::get('sf_login_module') && $actionEntry->getActionName() == sfConfig::get('sf_login_action')) 473 473 { 474 throw new sfException('Your mailaction is secured but the user is not authenticated.');474 throw new sfException('Your action is secured but the user is not authenticated.'); 475 475 } 476 476 else if ($actionEntry->getModuleName() == sfConfig::get('sf_secure_module') && $actionEntry->getActionName() == sfConfig::get('sf_secure_action')) 477 477 { 478 throw new sfException('Your mailaction is secured but the user does not have access.');478 throw new sfException('Your action is secured but the user does not have access.'); 479 479 } 480 480 }

