From 4ec5b5653a30ec86e0647bfc79d8bd2e192f453c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 1 Sep 2009 17:00:24 +0000 Subject: [PATCH] Renamed to match with new name --- .../web/government/class_WebGovernmentFailedStartupCommand.php | 2 +- .../web/government/class_WebGovernmentFailedTrainingCommand.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2