fix php5.5 compatibility
This commit is contained in:
parent
e0a531073b
commit
b071701042
@ -12,11 +12,14 @@ require_once __DIR__.'/classes/GA_Adapter/GA_Reporting.php';
|
||||
|
||||
class Antstatmarket extends Module
|
||||
{
|
||||
private $ga_key_file_location = _PS_MODULE_DIR_.'antstatmarket/config/';
|
||||
private $ga_key_file_name = 'service-account-credentials.json';
|
||||
private $ga_key_file_location = '';
|
||||
private $ga_key_file_name = '';
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->ga_key_file_location = _PS_MODULE_DIR_.'antstatmarket/config/';
|
||||
$this>ga_key_file_name = 'service-account-credentials.json';
|
||||
|
||||
$this->name = 'antstatmarket';
|
||||
$this->tab = 'advertising_marketing';
|
||||
$this->version = '0.9';
|
||||
|
Loading…
Reference in New Issue
Block a user