summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php')
-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;