]> git.mxchange.org Git - hub.git/blobdiff - application/hub/class_ApplicationHelper.php
Added exceptions + some code:
[hub.git] / application / hub / class_ApplicationHelper.php
index 6c1f8858bf6e6ce42cb006d2a57a2cc523b6fb28..afadcc1b038bbbf1f2c810249928705947866c34 100644 (file)
@@ -176,7 +176,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                } // END - if
 
                // ... and a new response object
-               $responseClass = sprintf("%sResponse", $this->convertToClassName($response));
+               $responseClass = sprintf('%sResponse', $this->convertToClassName($response));
                $responseInstance = ObjectFactory::createObjectByName($responseClass, array($this));
 
                // Remember response instance here