1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Merge branch 'master' of github.com:e107inc/e107

This commit is contained in:
SecretR 2014-07-24 18:24:27 +03:00
commit 2379ca154b

View File

@ -325,7 +325,7 @@ if (isset($_POST['updatesettings']))
elseif ($upload['name'] && ($upload['index'] == 'photo') && $pref['photo_upload'])
{
// photograph uploaded
$_POST['user_sess'] = $upload['name'];
$_POST['user_sess'] = '-upload-'.$upload['name'];
}
elseif (isset($upload['error']) && isset($upload['message']))
{