Renamed to match with new name
authorRoland Häder <roland@mxchange.org>
Tue, 1 Sep 2009 17:00:24 +0000 (17:00 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 1 Sep 2009 17:00:24 +0000 (17:00 +0000)
application/ship-simu/main/commands/web/government/class_WebGovernmentFailedStartupCommand.php
application/ship-simu/main/commands/web/government/class_WebGovernmentFailedTrainingCommand.php

index 753edcda69a592ae3c47e5d63a48eac1a067a5fe..4993989d3364a164bad03aa2e1e7e42e9db93759 100644 (file)
@@ -118,7 +118,7 @@ class WebGovernmentFailedStartupCommand extends BaseCommand implements Commandab
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine();
+               $menuInstance->transferContentToTemplateEngine();
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between
index 1feecb10e8ca4f2c25d4decd093289fa768f3d47..d79c2aa8ad3c0c713ce91911ad944b1172d26d0c 100644 (file)
@@ -118,7 +118,7 @@ class WebGovernmentFailedTrainingCommand extends BaseCommand implements Commanda
                $menuInstance->renderMenu();
 
                // Transfer it to the template engine instance
-               $menuInstance->transferToTemplateEngine();
+               $menuInstance->transferContentToTemplateEngine();
 
                // ... and all variables. This should be merged together in a pattern
                // to make things easier. A cache mechanism should be added between