Keep multi-line comments in their proper way with /* */.
[core.git] / inc / classes / main / commands / web / class_WebHomeCommand.php
index c8e49832948d766bd7b92014cddf48a656f2537a..3eb7790f66b463189fa77ca2cff32b2ea019af7c 100644 (file)
@@ -105,9 +105,11 @@ class WebHomeCommand 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