Renamed to match with new name
[core.git] / inc / classes / main / commands / web / class_WebConfirmCommand.php
index 6b0a78123d8925f2b0985a757bde759eee4808f7..0b3f8a26bb75d74e9fad0979feff04452a30ba95 100644 (file)
@@ -117,7 +117,7 @@ class WebConfirmCommand 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