X-Git-Url: https://git.mxchange.org/?p=install.git;a=blobdiff_plain;f=application%2Finstall%2Fclass_ApplicationHelper.php;h=0fb394cf3ca7ff122ea5712cf28f128c511263d0;hp=f77ca74fb5cf2226cfc1c56ab4437c2d0f076485;hb=ffd8abea5628a846414eb1eb1aed9c3187704faf;hpb=53450dbb41a777dada832daee3d612b563aeaf95 diff --git a/application/install/class_ApplicationHelper.php b/application/install/class_ApplicationHelper.php index f77ca74..0fb394c 100644 --- a/application/install/class_ApplicationHelper.php +++ b/application/install/class_ApplicationHelper.php @@ -193,7 +193,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication } // END - if // ... and a new response object - $responseClass = sprintf("%sResponse", $this->convertToClassName($response)); + $responseClass = sprintf('%sResponse', self::convertToClassName($response)); $responseInstance = ObjectFactory::createObjectByName($responseClass, array($this)); // Remember response instance here @@ -212,7 +212,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication } // END - if // Get a controller resolver - $resolverClass = $this->convertToClassName($this->getAppShortName() . '_' . $responseType . '_controller_resolver'); + $resolverClass = self::convertToClassName($this->getAppShortName() . '_' . $responseType . '_controller_resolver'); $resolverInstance = ObjectFactory::createObjectByName($resolverClass, array($commandName, $this)); // Get a controller instance as well