Fix Disabling Google analytics #194
Cette révision appartient à :
Parent
67d5e9a319
révision
f16734d160
@ -68,7 +68,7 @@ class Config extends BaseConfig
|
||||
|
||||
public function hasGoogleAnalytics()
|
||||
{
|
||||
return $this->hasValue('google_analytics');
|
||||
return $this->hasValue('google_analytics') && $this->getValue('google_analytics');
|
||||
}
|
||||
|
||||
public function getGoogleAnalyticsId()
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user