aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-26 00:48:09 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-26 00:48:09 +0100
commit7d025e5ffea122c77eb00c9e7661c74584a6e4ee (patch)
tree15d832e59ff67b18457c6e90e0b79b5d9ec4f77c
parent99b3ecbaf20b4e47ee6a403fd30268939e6e1244 (diff)
typo
-rw-r--r--lib/Fripost/Schema/Domain.pm4
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};