Application helper class rewritten, buildMasterTemplateName() method added, Manageabl...
[core.git] / inc / classes / main / commands / web / class_WebLogoutDoneCommand.php
index 8dfdee365d72be677b3365bcce3f2a77fbed74e4..8d2fc080e1934c32f20feff1d7de837d24109858 100644 (file)
@@ -67,7 +67,7 @@ class WebLogoutDoneCommand extends BaseCommand implements Commandable {
                $templateInstance->assignApplicationData($appInstance);
 
                // Load the master template
-               $masterTemplate = $appInstance->getMasterTemplate();
+               $masterTemplate = $appInstance->buildMasterTemplateName();
 
                // Load header template
                $templateInstance->loadCodeTemplate('header');