Update plugin.php

This commit is contained in:
Max Kostikov 2017-11-21 20:50:27 +02:00 committed by GitHub
parent 40ad44ef63
commit 8c81b9b383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ class pluginGoogle extends Plugin {
public function init()
{
$this->dbFields = array(
'google-site-verification'=>''
'google-analytics-tracking-id'=>'',,
'google-site-verification'=>'',
'google-analytics-tracking-id'=>'',
'google-tag-manager'=>''
);
}