diff options
author | adam <adam@> | 2021-02-14 11:58:35 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-14 11:58:35 +0200 |
commit | 66040941492d590fd7a93d6c85f5f095335355e8 (patch) | |
tree | a06b764d773092926c1231ad07ae271bc5d937f9 /php/node.php | |
parent | 47a01771243568017a5aedfb948a7fb2bf9543f8 (diff) | |
download | fileup-66040941492d590fd7a93d6c85f5f095335355e8.tar.gz |
trash
Diffstat (limited to 'php/node.php')
-rw-r--r-- | php/node.php | 2 |
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; |