]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebLogoutDoneCommand.php
Keep multi-line comments in their proper way with /* */.
[core.git] / inc / classes / main / commands / web / class_WebLogoutDoneCommand.php
index 222903081aaae117eafc7fe5db9762a6dbe6579f..269f19a89082b571f71e7e22ac707c2df896ceea 100644 (file)
@@ -108,9 +108,11 @@ class WebLogoutDoneCommand 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