]> git.mxchange.org Git - hub.git/commitdiff
getResponseTypeFromSystem() is now static.
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 17:35:46 +0000 (18:35 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 17:35:46 +0000 (18:35 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/class_ApplicationHelper.php
core

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');
diff --git a/core b/core
index c0922d6cccd0fb0f1b5221585748e92d02ad1cee..a142fe5eeaaa17a434c80ea103088558157c43bb 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit c0922d6cccd0fb0f1b5221585748e92d02ad1cee
+Subproject commit a142fe5eeaaa17a434c80ea103088558157c43bb