I am looking at an installation of Symfony 1.0. I am looking at the
core file:
/usr/share/php/symfony/controller/sfController.class.php
I notice this:
// check if this module is internal
if ($this->getActionStack()->getSize() == 1 &&
sfConfig::get('mod_'.strtolower($moduleName).'_is_internal') &&$
{
$error = 'Action "%s" from module "%s" cannot be called
directly';
$error = sprintf($error, $actionName, $moduleName);
throw new sfConfigurationException($error);
}
I am curious, what is an internal module?
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
To unsubscribe, reply using "remove me" as the subject.