1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Update Routine - avatar path fix

This commit is contained in:
Cameron
2013-04-19 22:58:57 -07:00
parent 1500effbd7
commit 0086eab843

View File

@@ -1163,7 +1163,7 @@ function update_706_to_800($type='')
}
// create sub-directories if they do not exist.
if(!is_dir(e_MEDIA."images") || !is_dir(e_MEDIA."temp") || !is_dir(e_MEDIA."avatars/default") )
if(!is_dir(e_MEDIA."images") || !is_dir(e_MEDIA."temp") || !is_dir(e_AVATAR_UPLOAD) || !is_dir(e_AVATAR_DEFAULT) )
{
foreach($user_media_dirs as $md)
{