Forgot to update a call in DisqusPlugin
This commit is contained in:
parent
cdd43d8da9
commit
84fba0271d
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user