mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/15286] Update use storage in avatars
PHPBB3-15286
This commit is contained in:
@@ -496,7 +496,7 @@ function import_attachment_files($category_name = '')
|
||||
|
||||
$sql = 'SELECT config_value AS upload_path
|
||||
FROM ' . CONFIG_TABLE . "
|
||||
WHERE config_name = 'upload_path'";
|
||||
WHERE config_name = 'storage\\attachment\\config\\path'";
|
||||
$result = $db->sql_query($sql);
|
||||
$config['upload_path'] = $db->sql_fetchfield('upload_path');
|
||||
$db->sql_freeresult($result);
|
||||
|
Reference in New Issue
Block a user