summaryrefslogtreecommitdiff
path: root/www/functions/func_interface.php
diff options
context:
space:
mode:
authorHorus32014-03-16 21:18:48 +0100
committerHorus32014-03-16 21:18:48 +0100
commit0665ea1e03f2bbb269e33ab78e4271eabe8f6442 (patch)
tree0b0a736ed9896844d7827b5bfbf8c9a875cbe7af /www/functions/func_interface.php
parente6f9dea9a5a3c450847cdf1a11f77633fca09e43 (diff)
downloadfiles.iamfabulous.de-0665ea1e03f2bbb269e33ab78e4271eabe8f6442.tar.gz
Some comments in the doc and renaming stuff.
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.");