merge -r17681 from trunk to branch 2.4 - bug 2686 : multi size with diacritical file names not generated

git-svn-id: http://piwigo.org/svn/branches/2.4@17682 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2012-08-31 19:38:38 +00:00
parent a2f73718d9
commit 7d64be73ab

2
i.php
View File

@@ -416,6 +416,8 @@ catch (Exception $e)
{
ilog("db error", $e->getMessage());
}
pwg_db_check_charset();
list($conf['derivatives']) = pwg_db_fetch_row(pwg_query('SELECT value FROM '.$prefixeTable.'config WHERE param=\'derivatives\''));
ImageStdParams::load_from_db();