Changeset 4974
- Timestamp:
- 11/04/09 02:36:47 (3 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound-rc-1/php/lib/block.mtblogifcommentsopen.php
r4196 r4974 12 12 $blog = $ctx->stash('blog'); 13 13 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) 15 15 || $blog->blog_allow_unreg_comments)) 16 16 $open = 1;
