This commit is contained in:
dignajar 2016-01-23 20:51:04 -03:00
parent 42b73c9324
commit bea4c3f169

View file

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