Thanks testing\!

master
Manager Bot 3 years ago
parent a71c365fa5
commit a6fc1a5705
  1. 4
      Web/lib/MJB/Web/Controller/Blog.pm

@ -33,8 +33,8 @@ sub domain_hosted ( $c ) {
# DNS for.
#==
sub domain_owned ( $c ) {
$c->stash->{dns_record} = 'external.' . $c->db->hosted_domains->first->name;
my $record = $c->db->hosted_domains->first;
$c->stash->{dns_record} = 'external.' . ( defined $record ? $record->name : 'please-add-a-hosted-domain.invalid' );
}
#==

Loading…
Cancel
Save