mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 02:59:52 +02:00
[ticket/15276] Remove avatar_path
PHPBB3-15276
This commit is contained in:
@@ -281,7 +281,7 @@ class convertor
|
||||
$bad_folders = array();
|
||||
|
||||
$local_paths = array(
|
||||
'avatar_path' => path($config['avatar_path']),
|
||||
'avatar_path' => path($config['storage\\avatar\\config\\path']),
|
||||
'avatar_gallery_path' => path($config['avatar_gallery_path']),
|
||||
'icons_path' => path($config['icons_path']),
|
||||
'ranks_path' => path($config['ranks_path']),
|
||||
|
Reference in New Issue
Block a user