Updated to latest 'core' + convertToClassName() and convertDashesToUnderscores()...
authorRoland Haeder <roland@mxchange.org>
Wed, 27 May 2015 01:35:03 +0000 (03:35 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 27 May 2015 01:35:03 +0000 (03:35 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/install/class_ApplicationHelper.php
core

index f77ca74fb5cf2226cfc1c56ab4437c2d0f076485..0fb394cf3ca7ff122ea5712cf28f128c511263d0 100644 (file)
@@ -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
diff --git a/core b/core
index fd0314ec6209175eff537c5358fc67484618f672..1f81d21b97669832b84da3680d046eb9e4afba64 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit fd0314ec6209175eff537c5358fc67484618f672
+Subproject commit 1f81d21b97669832b84da3680d046eb9e4afba64