Merge branch 'RECOLL_1_23_MAINT'

This commit is contained in:
Jean-Francois Dockes 2017-12-26 12:27:07 +01:00
commit 51189fa49e

View File

@ -347,7 +347,7 @@ bool runWebFilesMoverScript(RclConfig *config)
{ {
static string downloadsdir; static string downloadsdir;
if (downloadsdir.empty()) { if (downloadsdir.empty()) {
if (!config->getConfParam("downloadsdir", downloadsdir)) { if (!config->getConfParam("webdownloadsdir", downloadsdir)) {
downloadsdir = path_tildexpand("~/Downloads"); downloadsdir = path_tildexpand("~/Downloads");
} }
} }