diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-18 23:42:36 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-18 23:42:36 +0200 |
commit | 43a96621eaf96a61e27c1a333e662409f10ef263 (patch) | |
tree | c5386ebcff51529bcdf85655e0cf2a5d8bc7cd88 /apps/files/ajax | |
parent | 3c0e93e220f734e8d08ab60b84c5f0577a2d6b6d (diff) | |
download | nextcloud-server-43a96621eaf96a61e27c1a333e662409f10ef263.tar.gz nextcloud-server-43a96621eaf96a61e27c1a333e662409f10ef263.zip |
adding comma to get cleaner diffs in the future
Diffstat (limited to 'apps/files/ajax')
-rw-r--r-- | apps/files/ajax/upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/ajax/upload.php b/apps/files/ajax/upload.php index 4f108910588..41d3a3eca4f 100644 --- a/apps/files/ajax/upload.php +++ b/apps/files/ajax/upload.php @@ -117,7 +117,7 @@ if (strpos($dir, '..') === false) { 'originalname' => $files['name'][$i], 'uploadMaxFilesize' => $maxUploadFileSize, 'maxHumanFilesize' => $maxHumanFileSize, - 'permissions' => $meta['permissions'] + 'permissions' => $meta['permissions'], ); } } |