Fix typo(?) that breaks the functionality.
This commit is contained in:
parent
8db1d093ba
commit
642410284f
|
@ -33,7 +33,7 @@ class pluginDisqus extends Plugin {
|
|||
{
|
||||
global $Site;
|
||||
|
||||
if( Text::notEmpty($Site->homePage()) ) {
|
||||
if( Text::isNotEmpty($Site->homePage()) ) {
|
||||
$this->disable = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue