]> git.mxchange.org Git - hub.git/blobdiff - application/hub/class_ApplicationHelper.php
getResponseTypeFromSystem() is now static.
[hub.git] / application / hub / class_ApplicationHelper.php
index 50d189d306f803502b091767c07bbd56588f7f04..7692e57d71f6f3c86fe9c5ae936ea5df4e1414a4 100644 (file)
@@ -159,8 +159,8 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                } // END - if
 
                // Default response is console
-               $response = $this->getResponseTypeFromSystem();
-               $responseType = $this->getResponseTypeFromSystem();
+               $response = self::getResponseTypeFromSystem();
+               $responseType = self::getResponseTypeFromSystem();
 
                // Create a new request object
                $requestInstance = ObjectFactory::createObjectByName($this->convertToClassName($response) . 'Request');