Final fixes for variable inserting
[shipsimu.git] / application / ship-simu / templates / de / code / register_form.ctp
index 4593e01bbab6efbe975bc55517cbf1b36d495503..ceddb92a3a5af1d7656488eee218244b65ea3772 100644 (file)
@@ -2,7 +2,7 @@
 // Get helper instance for web forms. This will add the opening form-tag to
 // the helper's render cache which is simply a small variable in the class
 // BaseHelper.
-$helper = WebFormHelper::createWebFormHelper($this, "shipsimu_register");
+$helper = WebFormHelper::createWebFormHelper($this, 'shipsimu_register');
 
 // Always ask at least for nickname and password
 $helper->addFormGroup('login', "Bitte gebe hier gewünschten Nickname und dein Zugangspasswort ein.");