JSConnect is generated a fatal error [RESOLVED]

Hi all,
I download and use jsconnect 1.5.3. But when i enable this plugin, i get the error message.
Here is log:
[21-Jan-2016 03:37:42] PHP Parse error: syntax error, unexpected '[', expecting ')' in ***\vanilla\vanilla\plugins\jsconnect\class.jsconnect.plugin.php on line 596
and PHP code:
if ($form->save(['ID' => $client_id])) {
$sender->RedirectUrl = url('/settings/jsconnect');
}
Tagged:
0
Comments
Answered here: https://vanillaforums.org/discussion/comment/237356/#Comment_237356
Upgrade your PHP to 5.4+;
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@hgtonight : after upgrading php 5.6, it works well