Fix Disabling Google analytics #194
Dieser Commit ist enthalten in:
Ursprung
67d5e9a319
Commit
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()
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren