aboutsummaryrefslogtreecommitdiffstats
path: root/php/node.php
diff options
context:
space:
mode:
authoradam <adam@>2021-02-15 11:46:00 +0200
committeradam <adam@>2021-02-15 11:46:00 +0200
commitda7b9b5455c46abcab2d093147b21430ee42683a (patch)
tree39141f297b467843fea726d3c97891aa08eac70c /php/node.php
parent2bd33c027d19fa39a4c6505a901cdea0b16924d2 (diff)
downloadfileup-da7b9b5455c46abcab2d093147b21430ee42683a.tar.gz
asdf
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 d434f1c..646f147 100644
--- a/php/node.php
+++ b/php/node.php
@@ -48,7 +48,7 @@ require_once "user.php";
$dir_id=get_directory($abstract_path,$user);
if($dir_id==NULL)
return NULL;
- return $database->get_links_of($dir_id);
+ return $database->get_links_of($dir_id,$user->user_id);
}
/*path is in terms of the simulated filesystem*/