diff options
author | adam <adam@> | 2021-02-15 11:46:00 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-15 11:46:00 +0200 |
commit | da7b9b5455c46abcab2d093147b21430ee42683a (patch) | |
tree | 39141f297b467843fea726d3c97891aa08eac70c /php/node.php | |
parent | 2bd33c027d19fa39a4c6505a901cdea0b16924d2 (diff) | |
download | fileup-da7b9b5455c46abcab2d093147b21430ee42683a.tar.gz |
asdf
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 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*/ |