Skip to content

Commit 7b4dedc

Browse files
committed
Drop the call for installed check at this stage is pointless
1 parent 76101ed commit 7b4dedc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Virtualmin/Config/Plugin/Virtualmin.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ sub actions {
175175
['postgresql', 'style']
176176
)
177177
{
178-
next if (!foreign_installed($t->[0]));
179178
next if (!foreign_check($t->[0]));
180179
my %mconfig = foreign_config($t->[0]);
181180
$mconfig{$t->[1]} = 1;

0 commit comments

Comments
 (0)