Changeset 4974

Show
Ignore:
Timestamp:
11/04/09 02:36:47 (3 weeks ago)
Author:
takayama
Message:

* Fixed to work MTIfCommentsOpen on the Dynamic. bugid:102987

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound-rc-1/php/lib/block.mtblogifcommentsopen.php

    r4196 r4974  
    1212        $blog = $ctx->stash('blog'); 
    1313        if ($ctx->mt->config('AllowComments') && 
    14             (($blog->blog_allow_reg_comments && $blog->blog_commenter_authenticators) 
     14            (($blog->blog_allow_reg_comments && $blog->remote_auth_token) 
    1515             || $blog->blog_allow_unreg_comments)) 
    1616            $open = 1;