Merge branch 'restricted-disqus' into 0.9.x

This commit is contained in:
Zach Copley 2010-09-30 17:00:13 -07:00
commit d8d557cadf
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class DisqusPlugin extends Plugin
$profile = Profile::staticGet('id', $action->notice->profile_id);
if ($this->hasCommenting($profile)) {
if ($this->isAllowedRichEdit($profile)) {
$attrs = array();
$attrs['id'] = 'disqus_thread';