mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to skip Webmin notifications as can be added later
This commit is contained in:
@@ -12194,7 +12194,7 @@ foreach my $m (&get_all_module_infos()) {
|
||||
push(@rv, $i);
|
||||
}
|
||||
}
|
||||
if (&foreign_available("webmin")) {
|
||||
if (!grep(/^webmin$/, @{$modskip}) && &foreign_available("webmin")) {
|
||||
# Merge in old-style notification API
|
||||
&foreign_require("webmin");
|
||||
foreach my $n (&webmin::get_webmin_notifications()) {
|
||||
|
||||
Reference in New Issue
Block a user