From baca223e1d5a5d495b41b0232d2528a776bbc49c Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 4 Nov 2009 08:24:15 -0800 Subject: Address the inconsistency between Add Photos and Server Add so that neither replace spaces in the filename Fixes ticket #853 --- modules/gallery/config/upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3