]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebConfirmCommand.php
Keep multi-line comments in their proper way with /* */.
[core.git] / inc / classes / main / commands / web / class_WebConfirmCommand.php
index 6c763e1a31ecf6e5fb5f0607aa135a67ebabf1ae..7c3d3ec9267af5f2f524dcb0dc813e0609e82814 100644 (file)
@@ -119,9 +119,11 @@ class WebConfirmCommand 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