X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fcommands%2Fclass_BaseCommand.php;h=d38a19797de73f5a8a82fe4454ef88f42e8975ce;hp=12ae3690202b6adf0741dfd8ecce9478275a718a;hb=2b4f4b88ec5f9d385110e800494c680e164b5a36;hpb=8d8cf621bd811811cecd83c65a4ab91f27258e79 diff --git a/framework/main/classes/commands/class_BaseCommand.php b/framework/main/classes/commands/class_BaseCommand.php index 12ae3690..d38a1979 100644 --- a/framework/main/classes/commands/class_BaseCommand.php +++ b/framework/main/classes/commands/class_BaseCommand.php @@ -62,7 +62,7 @@ abstract class BaseCommand extends BaseFrameworkSystem { $templateInstance = $this->prepareTemplateInstance($applicationInstance); // Transfer application data - $templateInstance->assignApplicationData($applicationInstance); + $templateInstance->assignApplicationData(); // Assign base URL $templateInstance->assignConfigVariable('base_url');