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 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*/