diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-04 08:24:15 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-04 08:24:15 -0800 |
commit | baca223e1d5a5d495b41b0232d2528a776bbc49c (patch) | |
tree | 810def2fa5b83597456b1eebb4003fca1913f194 | |
parent | 9a33f96e31ba41d78ab24eb9420d74578c7fbbcf (diff) |
Address the inconsistency between Add Photos and Server Add so that neither replace spaces in the filename
Fixes ticket #853
-rw-r--r-- | modules/gallery/config/upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/config/upload.php b/modules/gallery/config/upload.php index 897ecacf..69ea7768 100644 --- a/modules/gallery/config/upload.php +++ b/modules/gallery/config/upload.php @@ -33,4 +33,4 @@ $config['create_directories'] = FALSE; /** * Remove spaces from uploaded filenames. */ -$config['remove_spaces'] = TRUE;
\ No newline at end of file +$config['remove_spaces'] = FALSE;
\ No newline at end of file |