]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/web/class_WebRegisterCommand.php
Login command added with TODOs (unfinished)
[shipsimu.git] / inc / classes / main / commands / web / class_WebRegisterCommand.php
index b0ed57a7d6e347571a55b317875c54a3e0519af6..df504999875b2368fce140f38b2f4c102f80e3e5 100644 (file)
@@ -103,7 +103,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable {
                $templateInstance->loadCodeTemplate($masterTemplate);
 
                // Set title
-               $title = ucfirst($requestInstance->getRequestElement($this->getConfigInstance()->readConfig('command_parameter')));
+               $title = ucfirst($requestInstance->getRequestElement("page"));
                if (empty($title)) $title = "Register";
                $templateInstance->assignVariable('title', $title);