More style convensions applied, interface updated
[shipsimu.git] / inc / classes / main / commands / web / class_WebRegisterCommand.php
index 01ba9cd0dada952cb4b95c36ffbbdda4f3acfc68..8ed4a4416433dc77dbe52770c98a1c3aa08ff600 100644 (file)
@@ -103,9 +103,9 @@ class WebRegisterCommand extends BaseCommand implements Commandable {
                $templateInstance->loadCodeTemplate($masterTemplate);
 
                // Set title
-               $title = ucfirst($requestInstance->getRequestElement($this->getConfigInstance()->readConfig("command_parameter")));
+               $title = ucfirst($requestInstance->getRequestElement($this->getConfigInstance()->readConfig('command_parameter')));
                if (empty($title)) $title = "Register";
-               $templateInstance->assignVariable("title", $title);
+               $templateInstance->assignVariable('title', $title);
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between