Skip to content

Commit

Permalink
Merge pull request #46 from dle-modules/dev-1.3
Browse files Browse the repository at this point in the history
Fix error #45
  • Loading branch information
pafnuty committed Nov 27, 2016
2 parents d04244f + 65800d2 commit 8c29b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/modules/uniform/uniform.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
$arAllowedTypes = getArray($cfg['allowedFileTypes']);

// Проверяем вложения
if (isset($_FILES) && $gfg['allowAttachments']) {
if (isset($_FILES) && $cfg['allowAttachments']) {
foreach ($_FILES as $fileItem) {

if (is_array($fileItem['name'])) {
Expand Down

0 comments on commit 8c29b93

Please sign in to comment.