Fix to load theme library to always get expected HTML

This commit is contained in:
Ilia Rostovtsev
2021-10-24 17:40:43 +03:00
parent e2e536fd38
commit 9be42454b0

View File

@@ -11354,6 +11354,7 @@ use where a system info block has a form that submits to itself.
sub list_combined_system_info
{
my ($data, $in) = @_;
&load_theme_library();
foreach my $m (&get_all_module_infos()) {
my $dir = &module_root_directory($m->{'dir'});
my $mfile = "$dir/system_info.pl";