Skip to content

Commit

Permalink
[#6583] Fix duplicate upload_files values
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun McCormick committed Jan 6, 2012
1 parent f717824 commit 988c589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _build/data/transport.core.system_settings.php
Expand Up @@ -1652,7 +1652,7 @@
$settings['upload_files']= $xpdo->newObject('modSystemSetting');
$settings['upload_files']->fromArray(array (
'key' => 'upload_files',
'value' => 'txt,html,htm,xml,js,css,zip,gz,rar,z,tgz,tar,htaccess,mp3,mp4,aac,wav,au,wmv,avi,mpg,mpeg,pdf,doc,xls,txt,ppt,pptx,docx,xlsx,jpg,jpeg,png,gif,psd,ico,bmp,odt,ods,odp,odb,odg,odf,docx,pptx,xlsx',
'value' => 'txt,html,htm,xml,js,css,zip,gz,rar,z,tgz,tar,htaccess,mp3,mp4,aac,wav,au,wmv,avi,mpg,mpeg,pdf,doc,docx,xls,xlsx,ppt,pptx,jpg,jpeg,png,gif,psd,ico,bmp,odt,ods,odp,odb,odg,odf',
'xtype' => 'textfield',
'namespace' => 'core',
'area' => 'file',
Expand Down
1 change: 1 addition & 0 deletions core/docs/changelog.txt
Expand Up @@ -2,6 +2,7 @@
This file shows the changes in recent releases of MODX. The most current release is usually the
development release, and is only shown to give an idea of what's currently in the pipeline.

- [#6583] Fix duplicate upload_files values
- Prevent editing and deleting of core standard Roles

MODX Revolution 2.2.0-pl2 (January 4, 2012)
Expand Down

0 comments on commit 988c589

Please sign in to comment.