Renamed to match with new name
[core.git] / inc / classes / main / commands / web / class_WebStatusCommand.php
index ac64ef5c4a83e725896ea7b5dd3336d0ef4dff7f..883fff71b5956425e5fc4e4335c879387c6f9271 100644 (file)
@@ -104,7 +104,7 @@ class WebStatusCommand 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