summaryrefslogtreecommitdiff
path: root/www/functions/func_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/functions/func_interface.php')
-rwxr-xr-xwww/functions/func_interface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/functions/func_interface.php b/www/functions/func_interface.php
index e0bc0e9..266a24f 100755
--- a/www/functions/func_interface.php
+++ b/www/functions/func_interface.php
@@ -7,9 +7,9 @@ function show($db){
failure("This user doesn't exist!");
}
- $parentdir = select($db, $owner);
+ $file_id = select_file_id($db, $owner);
- $content = get_content($db, $parentdir, $owner);
+ $content = get_content($db, $file_id, $owner);
if(!$content){
failure("This folder is empty.");