Keep multi-line comments in their proper way with /* */.
[core.git] / inc / classes / main / commands / web / class_WebLoginAreaCommand.php
index 5a364e5ee79401d1e64f5abf8748b4ddc725bdd4..73af08bfab5c28a36a3a12f38a940c0cd85120e2 100644 (file)
@@ -142,9 +142,11 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
                // Transfer it to the template engine instance
                $menuInstance->transferContentToTemplateEngine($templateInstance);
 
-               // ... and all variables. This should be merged together in a pattern
-               // to make things easier. A cache mechanism should be added between
-               // these two calls to cache compiled templates.
+               /*
+                * ... and all variables. This should be merged together in a pattern
+                * to make things easier. A cache mechanism should be added between
+                * these two calls to cache compiled templates.
+                */
                $templateInstance->compileVariables();
 
                // Get the content back from the template engine and put it in response class