Changeset 4979

Show
Ignore:
Timestamp:
11/04/09 06:22:54 (3 weeks ago)
Author:
auno
Message:

Use 'DefaultCommenterAuth' value for initial website and blog. BugzID#102963

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound-rc-1/lib/MT/CMS/Common.pm

    r4823 r4979  
    213213            $obj->page_layout('layout-wtt'); 
    214214            my @authenticators = qw( MovableType ); 
    215             foreach my $auth (qw( Vox LiveJournal )) { 
     215            my @default_auth = split /,/, MT->config('DefaultCommenterAuth'); 
     216            foreach my $auth (@default_auth) { 
    216217                my $a = MT->commenter_authenticator($auth); 
    217218                if ( !defined $a