bitpay / opencart-plugin

Opencart payment plugin for Bitpay.com
MIT License
31 stars 47 forks source link

Parse error: syntax error, unexpected '[' in .../admin/controller/payment/bitpay.php on line 179 #34

Closed hoanganh2020 closed 9 years ago

hoanganh2020 commented 9 years ago

Hi,

I setup on Opencart V1.5.6.4.

Error: Parse error: syntax error, unexpected '[' in .../admin/controller/payment/bitpay.php on line 179

hoanganh2020 commented 9 years ago

$network_title = 'Customnet(' . $this->setting('network')['url'] . ')';

ionux commented 9 years ago

http://php.net/manual/en/language.types.array.php As of PHP 5.4 it is possible to array dereference the result of a function or method call directly. Before it was only possible using a temporary variable.

hoanganh2020 commented 9 years ago

My server PHP version 5.2.17. I can not update it.