X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fadmin%2Fclass_ApplicationHelper.php;h=87767f1390b5dd35fda44e6502ee2061d0f10edd;hb=48dff31a9fabc6db793b15ea43bf5b173b8d4c01;hp=fc8c6575117abe1f3ffb7fc8949fc6ef90a2985c;hpb=abdceef2d7882bc56bd657eef4041b93db18d1b1;p=admin.git diff --git a/application/admin/class_ApplicationHelper.php b/application/admin/class_ApplicationHelper.php index fc8c657..87767f1 100644 --- a/application/admin/class_ApplicationHelper.php +++ b/application/admin/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