From 0665ea1e03f2bbb269e33ab78e4271eabe8f6442 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 16 Mar 2014 21:18:48 +0100 Subject: Some comments in the doc and renaming stuff. --- www/functions/func_interface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/functions/func_interface.php') 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."); -- cgit v1.2.3