Global fix for generating right class name for controller resolver (to make that...
[mailer.git] / application / mailer / class_ApplicationHelper.php
index 869db169ad880fb6bdaea0748516c7f533568535..8d528a3cc4768c6d1be3a6c7ecd645d4c733f31e 100644 (file)
@@ -211,8 +211,8 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
                        $requestInstance->setRequestElement('page', $commandName);
                } // END - if
 
-               // Get a resolver
-               $resolverClass = sprintf("%sControllerResolver", $this->convertToClassName($responseType));
+               // Get a controller resolver
+               $resolverClass = $this->convertToClassName($this->getAppShortName() . '_' . $responseType . '_controller_resolver');
                $resolverInstance = ObjectFactory::createObjectByName($resolverClass, array($commandName, $this));
 
                // Get a controller instance as well