summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-31 08:26:36 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-31 08:26:36 +0000
commit718d89f5e6eac164f4c4fb87f6333f010e2bf6c3 (patch)
tree5aa5072295748ed819482d39b7a20ddb98df0d6c /frontends/php/include
parent744aea747fefc55250c515ce79ed2c02a9a91f38 (diff)
downloadzabbix-718d89f5e6eac164f4c4fb87f6333f010e2bf6c3.tar.gz
zabbix-718d89f5e6eac164f4c4fb87f6333f010e2bf6c3.tar.xz
zabbix-718d89f5e6eac164f4c4fb87f6333f010e2bf6c3.zip
minor fix of permissions
git-svn-id: svn://svn.zabbix.com/trunk@3774 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/perm.inc.php3
1 files changed, 2 insertions, 1 deletions
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;