CC-4876: Default interface language setting does not appear to affect text or drop-down menu on login page?

-fixed
This commit is contained in:
denise 2013-01-25 11:21:34 -05:00
parent 56c61d4ab7
commit 1873022a13
4 changed files with 4 additions and 7 deletions

View file

@ -110,7 +110,7 @@ class Zend_Controller_Plugin_Acl extends Zend_Controller_Plugin_Abstract
{
$controller = strtolower($request->getControllerName());
if (in_array($controller, array("api", "auth"))) {
if (in_array($controller, array("api", "auth", "locale"))) {
$this->setRoleName("G");
} elseif (!Zend_Auth::getInstance()->hasIdentity()) {