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

index fc8c6575117abe1f3ffb7fc8949fc6ef90a2985c..87767f1390b5dd35fda44e6502ee2061d0f10edd 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..2b6327b96c604709e7b244b0171b753a13f7d270 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit fd0314ec6209175eff537c5358fc67484618f672
+Subproject commit 2b6327b96c604709e7b244b0171b753a13f7d270