From 3f8cf5f0da75fa8312c173e9e2c1e1e843811091 Mon Sep 17 00:00:00 2001 From: artem Date: Fri, 20 Jun 2008 08:42:25 +0000 Subject: - [DEV-137] changes in users profile system (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5782 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/authentication.php') diff --git a/frontends/php/authentication.php b/frontends/php/authentication.php index a9d97402..f23436f4 100644 --- a/frontends/php/authentication.php +++ b/frontends/php/authentication.php @@ -63,7 +63,7 @@ include_once('include/page_header.php'); $_REQUEST['config'] = get_request('config',get_profile('web.authentication.config',ZBX_AUTH_LDAP)); check_fields($fields); - update_profile('web.authentication.config',$_REQUEST['config']); + update_profile('web.authentication.config',$_REQUEST['config'], PROFILE_TYPE_INT); $_REQUEST['authentication_type'] = get_request('authentication_type',ZBX_AUTH_INTERNAL); -- cgit