diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 00:48:09 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 00:48:09 +0100 |
commit | 7d025e5ffea122c77eb00c9e7661c74584a6e4ee (patch) | |
tree | 15d832e59ff67b18457c6e90e0b79b5d9ec4f77c /lib/Fripost | |
parent | 99b3ecbaf20b4e47ee6a403fd30268939e6e1244 (diff) |
typo
Diffstat (limited to 'lib/Fripost')
-rw-r--r-- | lib/Fripost/Schema/Domain.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Fripost/Schema/Domain.pm b/lib/Fripost/Schema/Domain.pm index 75a525d..5e25c22 100644 --- a/lib/Fripost/Schema/Domain.pm +++ b/lib/Fripost/Schema/Domain.pm @@ -686,8 +686,8 @@ sub _is_valid { @{$d->{canAddList}} ] if $d->{canAddList}; $d->{owner} = [ map { email_valid($_, -prefix => 'fake') } - @{$d->{postmaster}} ] - if $d->{postmaster}; + @{$d->{owner}} ] + if $d->{owner}; $d->{postmaster} = [ map { email_valid($_, -prefix => 'fake') } @{$d->{postmaster}} ] if $d->{postmaster}; |