diff --git a/docs/upgrades/packages-7.8.1/root_import_macro_picklanguage.wgpkg b/docs/upgrades/packages-7.8.1/root_import_macro_picklanguage.wgpkg new file mode 100644 index 000000000..79df80488 Binary files /dev/null and b/docs/upgrades/packages-7.8.1/root_import_macro_picklanguage.wgpkg differ diff --git a/lib/WebGUI/Macro/PickLanguage.pm b/lib/WebGUI/Macro/PickLanguage.pm index 60fc7c75d..306f4f183 100644 --- a/lib/WebGUI/Macro/PickLanguage.pm +++ b/lib/WebGUI/Macro/PickLanguage.pm @@ -42,7 +42,7 @@ This macro takes a templateId to show the links #------------------------------------------------------------------- sub process { my $session = shift; - my $templateId = shift; + my $templateId = shift || "_aE16Rr1-bXBf8SIaLZjCg"; my $template = WebGUI::Asset::Template->new($session, $templateId); return "Could not instanciate template with id [$templateId]" unless $template; my $i18n = WebGUI::International->new($session);