aboutsummaryrefslogtreecommitdiffstats
path: root/php/node.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/node.php')
-rw-r--r--php/node.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/node.php b/php/node.php
index a67cd38..dfe1297 100644
--- a/php/node.php
+++ b/php/node.php
@@ -97,7 +97,7 @@ require_once "user.php";
{
return NULL;
}
- $shared_node=$database->create_shared_node($password,$node_id);
+ $shared_node=$database->create_shared_node($password,$node_id,$users);
if($shared_node==NULL)
{
return NULL;