]> source.dussan.org Git - nextcloud-server.git/commit
Fixed array syntax to work with PHP 5.3
authorVincent Petry <pvince81@owncloud.com>
Fri, 4 Oct 2013 12:28:11 +0000 (14:28 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 4 Oct 2013 12:28:11 +0000 (14:28 +0200)
commite257c3f27cd40bebad75b887a57d7b915210433c
treeada3fdd03b27664060753bcee2c514c6621374ac
parent31d5565a18d151ef1518789a5e80520efa4719cd
Fixed array syntax to work with PHP 5.3

It seems that array brackets are only supported starting with PHP 5.4.
Fixed the array brackets to be compatible and not cause a syntax error
in PHP 5.3.
core/ajax/share.php