Skip to content

Commit

Permalink
[#472] is_public field was removed in security review
Browse files Browse the repository at this point in the history
Fixes #472
  • Loading branch information
frankiejol committed Nov 16, 2017
1 parent 3b6bdd2 commit e40a0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ravada/Front.pm
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ sub list_domains {
my $self = shift;
my %args = @_;

my $query = "SELECT name, id, id_base, is_base FROM domains ";
my $query = "SELECT name, id, id_base, is_base, is_public FROM domains ";

my $where = '';
for my $field ( sort keys %args ) {
Expand Down

0 comments on commit e40a0d3

Please sign in to comment.