Renamed to match with new name
[core.git] / inc / classes / main / commands / web / class_WebLogoutDoneCommand.php
index 1cb62fa5d8e229434e1e3101bf0be08dd238dd1a..9dab0d7da1e7e87d1ec93eaf290744a47b28f927 100644 (file)
@@ -106,7 +106,7 @@ class WebLogoutDoneCommand extends BaseCommand implements Commandable {
                $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