Forgot to update a call in DisqusPlugin

This commit is contained in:
Zach Copley 2010-09-30 16:59:05 -07:00
parent cdd43d8da9
commit 84fba0271d
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';