Merge branch 'master' of git.mxchange.org:/var/cache/git/repos/admin
[admin.git] / application / admin / class_ApplicationHelper.php
index 8326a56018cd633e56820f732e49f6ffa184be9a..fc8c6575117abe1f3ffb7fc8949fc6ef90a2985c 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', $this->convertToClassName($response));
                $responseInstance = ObjectFactory::createObjectByName($responseClass, array($this));
 
                // Remember response instance here