Continued:
[core.git] / framework / main / classes / response / html / class_HtmlResponse.php
index bd3f450ed3228c267a66262cd00eb4b16665841b..03815a9ec35488489d8006c1f85c41baaa439020 100644 (file)
@@ -131,7 +131,7 @@ class HtmlResponse extends BaseResponse implements Responseable {
         */
        public function redirectToConfiguredUrl ($configEntry) {
                // Get application instance
         */
        public function redirectToConfiguredUrl ($configEntry) {
                // Get application instance
-               $applicationInstance = GenericRegistry::getRegistry()->getInstance('app');
+               $applicationInstance = GenericRegistry::getRegistry()->getInstance('application');
 
                // Is the header not yet sent?
                if (headers_sent()) {
 
                // Is the header not yet sent?
                if (headers_sent()) {