Skip to content

Commit

Permalink
Need a slurpy array?
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Apr 21, 2017
1 parent c0d376f commit 43f9ce5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Virtualmin/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ sub _gather_plugins {

# Take the gathered list of plugins and sort them to resolve deps
sub _order_plugins {
my $self = shift;
my @plugins = shift;
my ($self, @plugins) = @_;
my %plugin_details; # Will hold an array of hashes containing name/depends
# Load up @plugin_details with name and dependency list
for my $plugin_name (@plugins) {
Expand Down

0 comments on commit 43f9ce5

Please sign in to comment.