Renamed 'content' to 'main_content' + updated 'core'.
[shipsimu.git] / application / shipsimu / main / commands / web / government / class_WebGovernmentFailedTrainingCommand.php
index fe8fc080edec587f34e4b61a77295ee32a0e56fd..7119196973b2921e1ba37220bcdbcd5540f32f80 100644 (file)
@@ -102,7 +102,7 @@ class WebGovernmentFailedTrainingCommand extends BaseCommand implements Commanda
 
                // Assign the main template with the master template as a content ... ;)
                $templateInstance->compileTemplate();
-               $templateInstance->assignTemplateWithVariable('government_failed_main', 'content');
+               $templateInstance->assignTemplateWithVariable('government_failed_main', 'main_content');
 
                // Load the master template
                $templateInstance->loadCodeTemplate($masterTemplate);