diff --git a/bl-plugins/googletools/plugin.php b/bl-plugins/googletools/plugin.php index b8d8f9de..34c93996 100644 --- a/bl-plugins/googletools/plugin.php +++ b/bl-plugins/googletools/plugin.php @@ -31,7 +31,7 @@ class pluginGoogleTools extends Plugin { public function siteHead() { - global $Url + global $Url; if(Text::isEmpty($this->getDbField('google-site-verification')) || !($Url->whereAmI()=='home')) { return false;