Development

Changeset 6765

You must first sign up to be able to contribute.

Changeset 6765

Show
Ignore:
Timestamp:
12/27/07 17:12:39 (2 years ago)
Author:
fabien
Message:

fixed error message in getPresentationFor() (closes #1527)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/controller/sfController.class.php

    r6727 r6765  
    472472      if ($actionEntry->getModuleName() == sfConfig::get('sf_login_module') && $actionEntry->getActionName() == sfConfig::get('sf_login_action')) 
    473473      { 
    474         throw new sfException('Your mail action is secured but the user is not authenticated.'); 
     474        throw new sfException('Your action is secured but the user is not authenticated.'); 
    475475      } 
    476476      else if ($actionEntry->getModuleName() == sfConfig::get('sf_secure_module') && $actionEntry->getActionName() == sfConfig::get('sf_secure_action')) 
    477477      { 
    478         throw new sfException('Your mail action is secured but the user does not have access.'); 
     478        throw new sfException('Your action is secured but the user does not have access.'); 
    479479      } 
    480480    } 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.