'page' and 'command' were both the same (command), so better name it same way.
authorRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 09:53:11 +0000 (11:53 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 09:53:11 +0000 (11:53 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/install/class_ApplicationHelper.php
application/install/templates/de/emails/text_resend_link.tpl
core

index 7c71641a3af3cf4e479f30d69252898c7aebbc00..f77ca74fb5cf2226cfc1c56ab4437c2d0f076485 100644 (file)
@@ -200,7 +200,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
                $this->setResponseInstance($responseInstance);
 
                // Get the parameter from the request
-               $commandName = $requestInstance->getRequestElement('page');
+               $commandName = $requestInstance->getRequestElement('command');
 
                // If it is null then get default command
                if (is_null($commandName)) {
@@ -208,7 +208,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
                        $commandName = $responseInstance->getDefaultCommand();
 
                        // Set it in request
-                       $requestInstance->setRequestElement('page', $commandName);
+                       $requestInstance->setRequestElement('command', $commandName);
                } // END - if
 
                // Get a controller resolver
index e764146707e2145c560788b931325e59c8a04633..b5695b0d583e7830e29b57bb31a7eb66b6835152 100644 (file)
@@ -11,7 +11,7 @@ Du (oder ein anderer) hattest soeben deinen Best&auml;tigungslink erneut angefor
 
 Hier ist nun dein Best&auml;tigungslink. Der alte aus der Anmeldemail ist somit nicht mehr g&uuml;ltig!
 
-$config[base_url]/index.php?app={?app_short_name?}&page=confirm&username={?username?}&confirm={?confirm_hash?}
+$config[base_url]/index.php?app={?app_short_name?}&command=confirm&username={?username?}&confirm={?confirm_hash?}
 
 Solltest du die URL nicht anklicken k&ouml;nnen, versuche diese in die Adresszeile deines Browsers zu kopieren.
 
diff --git a/core b/core
index b84edaf9f45857dea7078c230cea0290089c0770..3b3947b86b38904aa1100b54846c14d3b31cb97d 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit b84edaf9f45857dea7078c230cea0290089c0770
+Subproject commit 3b3947b86b38904aa1100b54846c14d3b31cb97d