From 718d89f5e6eac164f4c4fb87f6333f010e2bf6c3 Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 31 Jan 2007 08:26:36 +0000 Subject: minor fix of permissions git-svn-id: svn://svn.zabbix.com/trunk@3774 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/perm.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/php/include/perm.inc.php') diff --git a/frontends/php/include/perm.inc.php b/frontends/php/include/perm.inc.php index f90dd714..7f6d1124 100644 --- a/frontends/php/include/perm.inc.php +++ b/frontends/php/include/perm.inc.php @@ -332,7 +332,8 @@ COpt::counter_up('perm'); $node_data = array( 'nodeid' => $ZBX_LOCALNODEID, 'name' => 'local', - 'permission' => PERM_READ_WRITE + 'permission' => PERM_READ_WRITE, + 'userid' => null ); $do_break = true; -- cgit