forked from GNUsocial/gnu-social
Merge branch 'restricted-disqus' into 0.9.x
This commit is contained in:
commit
d8d557cadf
@ -106,7 +106,7 @@ class DisqusPlugin extends Plugin
|
|||||||
|
|
||||||
$profile = Profile::staticGet('id', $action->notice->profile_id);
|
$profile = Profile::staticGet('id', $action->notice->profile_id);
|
||||||
|
|
||||||
if ($this->hasCommenting($profile)) {
|
if ($this->isAllowedRichEdit($profile)) {
|
||||||
|
|
||||||
$attrs = array();
|
$attrs = array();
|
||||||
$attrs['id'] = 'disqus_thread';
|
$attrs['id'] = 'disqus_thread';
|
||||||
|
Loading…
Reference in New Issue
Block a user