Renamed to match with new name
[core.git] / inc / classes / main / commands / web / class_WebLoginAreaCommand.php
index 15ef12d8b7e95e5a29b650d75e9419697089a185..dc80cfc26f53e470795513ae6a3ea0f1b7191b19 100644 (file)
@@ -140,7 +140,7 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
                $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