Fix typo(?) that breaks the functionality.

This commit is contained in:
acrox999 2016-01-24 23:30:10 +08:00
parent 8db1d093ba
commit 642410284f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class pluginDisqus extends Plugin {
{ {
global $Site; global $Site;
if( Text::notEmpty($Site->homePage()) ) { if( Text::isNotEmpty($Site->homePage()) ) {
$this->disable = true; $this->disable = true;
} }
} }