h2lsoft / nuts-cms

Nuts™ CMS is a content management system (CMS), which enables you to build Web sites and powerful online applications.

Home Page:https://www.nuts-cms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User profile> update

h2lsoft opened this issue · comments

/plugins/_user-profile/trt_avatar.inc.php

if(!empty($AvatarTmp))
{
$avatar_image = '/library/media/images/avatar/'.$AvatarTmp;

$f = array();
$f['AvatarTmpImage'] = "";
$f['Avatar'] = $avatar_image;
$nuts->dbUpdate('NutsUser', $f, "ID={$_SESSION['NutsUserID']}", array());

}