aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_functions.inc.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2009-08-02 13:04:17 +0000
committernikrou <nikrou@piwigo.org>2009-08-02 13:04:17 +0000
commit513b3e0bd61b094a1535183f4b734a38b6ddf27f (patch)
tree40da33b44a71342278e2de737ffd7f459ca9f325 /include/ws_functions.inc.php
parentd8144df868178e5e3f48a1527e3998a24fbd4c03 (diff)
New feature : configuration option for thumbnail directory
git-svn-id: http://piwigo.org/svn/trunk@3720 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/ws_functions.inc.php')
-rw-r--r--include/ws_functions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php
index 591763d5b..00394c791 100644
--- a/include/ws_functions.inc.php
+++ b/include/ws_functions.inc.php
@@ -1065,7 +1065,7 @@ SELECT
// thumbnail directory is a subdirectory of the photo file, hard coded
// "thumbnail"
- $thumbnail_dir = $upload_dir.'/thumbnail';
+ $thumbnail_dir = $upload_dir.'/'.$conf['dir_thumbnail'];
if (!is_dir($thumbnail_dir)) {
umask(0000);
if (!@mkdir($thumbnail_dir, 0777))