Renamed to match with new name
[core.git] / inc / classes / main / commands / web / class_WebHomeCommand.php
index f9b6b97ff83e63d4c07c6f15c259049160e5cfd7..dde7e7f0d62a52808a0a3720c4b66a60f0d9365b 100644 (file)
@@ -103,7 +103,7 @@ class WebHomeCommand 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