X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fcity%2Fclasses%2Fcommands%2Fhtml%2Fclass_CityHtmlConfirmCommand.php;h=967e687a046bd1447b9ce24853457a7458265c08;hb=d100f068798a47a699aa723c0b4bd62b3025c1b6;hp=81a6cabd0f80f7b262ec166f155f4cb8839afcf7;hpb=083892d43cd5e566fba63c0ef6d1c75dde5944f2;p=city.git diff --git a/application/city/classes/commands/html/class_CityHtmlConfirmCommand.php b/application/city/classes/commands/html/class_CityHtmlConfirmCommand.php index 81a6cab..967e687 100644 --- a/application/city/classes/commands/html/class_CityHtmlConfirmCommand.php +++ b/application/city/classes/commands/html/class_CityHtmlConfirmCommand.php @@ -76,7 +76,7 @@ class CityHtmlConfirmCommand extends BaseCommand implements Commandable { $templateInstance = $this->prepareTemplateInstance($applicationInstance); // Assign application data with template engine - $templateInstance->assignApplicationData($applicationInstance); + $templateInstance->assignApplicationData(); // Assign base URL $templateInstance->assignConfigVariable('base_url');