getResponseTypeFromSystem() is now static.
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 17:36:58 +0000 (18:36 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 17:36:58 +0000 (18:36 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/selector/class_ApplicationHelper.php
application/shipsimu/class_ApplicationHelper.php
core

index 7000c380a5bd5cac3af4f0413638cf3f3eed938c..4f455f340f2795fa268535f6a42b6f7da533cc01 100644 (file)
@@ -153,8 +153,8 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                Registry::getRegistry()->addInstance('app', $this);
 
                // 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');
index 7000c380a5bd5cac3af4f0413638cf3f3eed938c..4f455f340f2795fa268535f6a42b6f7da533cc01 100644 (file)
@@ -153,8 +153,8 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                Registry::getRegistry()->addInstance('app', $this);
 
                // 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 87b2be57b63b6e923aab40e0fbba2ff86db88a86..a142fe5eeaaa17a434c80ea103088558157c43bb 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 87b2be57b63b6e923aab40e0fbba2ff86db88a86
+Subproject commit a142fe5eeaaa17a434c80ea103088558157c43bb