]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebLoginCommand.php
Renamed to match with new name
[core.git] / inc / classes / main / commands / web / class_WebLoginCommand.php
index 2fc7deecae6fb4244c4e9737dcae89a9b3aa02b0..ae90f48b8ae1768d245e7c504eab047520745a13 100644 (file)
@@ -109,7 +109,7 @@ class WebLoginCommand extends BaseCommand implements Commandable, Registerable {
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine($templateInstance);
+               $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
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between