adding comma to get cleaner diffs in the future

This commit is contained in:
Thomas Müller 2013-09-18 23:42:36 +02:00
parent 3c0e93e220
commit 43a96621ea
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if (strpos($dir, '..') === false) {
'originalname' => $files['name'][$i],
'uploadMaxFilesize' => $maxUploadFileSize,
'maxHumanFilesize' => $maxHumanFileSize,
'permissions' => $meta['permissions']
'permissions' => $meta['permissions'],
);
}
}