Renamed to match with new name
[core.git] / inc / classes / main / commands / web / class_WebLoginFailedCommand.php
index 1aee707c058b275f0f732d82ab3e4c9b1b87547a..215b75c4ba5b0fe7085eba3badff217152fe25c3 100644 (file)
@@ -106,7 +106,7 @@ class WebLoginFailedCommand 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