From: Roland Häder Date: Tue, 1 Sep 2009 17:00:24 +0000 (+0000) Subject: Renamed to match with new name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ec5b5653a30ec86e0647bfc79d8bd2e192f453c;p=shipsimu.git Renamed to match with new name --- diff --git a/application/ship-simu/main/commands/web/government/class_WebGovernmentFailedStartupCommand.php b/application/ship-simu/main/commands/web/government/class_WebGovernmentFailedStartupCommand.php index 753edcd..4993989 100644 --- a/application/ship-simu/main/commands/web/government/class_WebGovernmentFailedStartupCommand.php +++ b/application/ship-simu/main/commands/web/government/class_WebGovernmentFailedStartupCommand.php @@ -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 diff --git a/application/ship-simu/main/commands/web/government/class_WebGovernmentFailedTrainingCommand.php b/application/ship-simu/main/commands/web/government/class_WebGovernmentFailedTrainingCommand.php index 1feecb1..d79c2aa 100644 --- a/application/ship-simu/main/commands/web/government/class_WebGovernmentFailedTrainingCommand.php +++ b/application/ship-simu/main/commands/web/government/class_WebGovernmentFailedTrainingCommand.php @@ -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