fix php5.5 compatibility

This commit is contained in:
Rodney Figaro 2017-03-15 17:40:40 +01:00
parent e0a531073b
commit b071701042

View File

@ -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';