scottopolis / edd-metrics

EDD Metrics
46 stars 12 forks source link

Fix PHP parser error #41

Closed ericnicolaas closed 7 years ago

ericnicolaas commented 7 years ago

I am getting this error:

PHP Parse error:  syntax error, unexpected '[' in /path/to/wp/wp-content/plugins/edd-metrics/includes/class-edd-metrics-functions.php on line 297

I'm on PHP7, so wondering if this might be a syntax error related to that. This PR resolves the issue.

scottopolis commented 7 years ago

Thanks @ericnicolaas!