From: Zach Copley Date: Thu, 30 Sep 2010 23:59:05 +0000 (-0700) Subject: Forgot to update a call in DisqusPlugin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=84fba0271de3aa32be9e0444e647a063d4f5062e;p=quix0rs-gnu-social.git Forgot to update a call in DisqusPlugin --- diff --git a/plugins/Disqus/DisqusPlugin.php b/plugins/Disqus/DisqusPlugin.php index 3024d81a62..51be78362b 100644 --- a/plugins/Disqus/DisqusPlugin.php +++ b/plugins/Disqus/DisqusPlugin.php @@ -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';