adding comma to get cleaner diffs in the future

remotes/origin/stable6
Thomas Müller 11 years ago
parent 3c0e93e220
commit 43a96621ea
  1. 2
      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'],
);
}
}

Loading…
Cancel
Save