Bug fixed, #206
This commit is contained in:
parent
42b73c9324
commit
bea4c3f169
|
@ -33,7 +33,7 @@ class pluginDisqus extends Plugin {
|
|||
{
|
||||
global $Site;
|
||||
|
||||
if( !empty($Site->homePage()) ) {
|
||||
if( Text::notEmpty($Site->homePage()) ) {
|
||||
$this->disable = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue