]> git.mxchange.org Git - admin.git/commitdiff
Method redirectToConfiguredUrl() does now append the suffix '_url' to all config...
authorRoland Häder <roland@mxchange.org>
Sun, 21 Dec 2008 04:26:26 +0000 (04:26 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 21 Dec 2008 04:26:26 +0000 (04:26 +0000)
application/admin/main/commands/web/class_WebAdminUserLoginCommand.php

index 409ef46ebd808ae60445d1014d4532319c424501..4d5ffe31d6d91a708ce42d331b2768419a2e1aa1 100644 (file)
@@ -78,7 +78,7 @@ class WebAdminUserLoginCommand extends BaseCommand implements Commandable {
                        // Try to redirect here
                        try {
                                // Redirect...
                        // Try to redirect here
                        try {
                                // Redirect...
-                               $responseInstance->redirectToConfiguredUrl('app_login_url');
+                               $responseInstance->redirectToConfiguredUrl('app_login');
 
                                // Exit here
                                exit();
 
                                // Exit here
                                exit();