X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLogoutDoneCommand.php;h=73dd4d6b172c91e759f989971d09a7da7dc941d1;hp=fe07ce5e29454a094b4f5c1dbd597b25aa9a90c8;hb=5c3d5d84f8f862d0d51f095f9858860f86788ae8;hpb=10ff7e023cc73d738b712ec7a5aeede1309d59cf diff --git a/inc/classes/main/commands/web/class_WebLogoutDoneCommand.php b/inc/classes/main/commands/web/class_WebLogoutDoneCommand.php index fe07ce5..73dd4d6 100644 --- a/inc/classes/main/commands/web/class_WebLogoutDoneCommand.php +++ b/inc/classes/main/commands/web/class_WebLogoutDoneCommand.php @@ -70,7 +70,7 @@ class WebLogoutDoneCommand extends BaseCommand implements Commandable { $appInstance = $this->getResolverInstance()->getApplicationInstance(); // Prepare a template instance - $templateInstance = $this->prepareTemplateEngine($appInstance); + $templateInstance = $this->prepareTemplateInstance($appInstance); // Load the master template $masterTemplate = $appInstance->getMasterTemplate();