Renamed to match with new name
[core.git] / inc / classes / main / commands / web / class_WebRegisterCommand.php
index d65c23ecc5df80658fe50a09178384b79cdb1929..0d2c28ade372addbc3743536e70a5908f973118d 100644 (file)
@@ -110,7 +110,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl
                $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