diff options
| author | Horus3 | 2014-03-16 21:18:48 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-16 21:18:48 +0100 |
| commit | 0665ea1e03f2bbb269e33ab78e4271eabe8f6442 (patch) | |
| tree | 0b0a736ed9896844d7827b5bfbf8c9a875cbe7af /www/functions/func_interface.php | |
| parent | e6f9dea9a5a3c450847cdf1a11f77633fca09e43 (diff) | |
| download | files.iamfabulous.de-0665ea1e03f2bbb269e33ab78e4271eabe8f6442.tar.gz | |
Some comments in the doc and renaming stuff.
Diffstat (limited to 'www/functions/func_interface.php')
| -rwxr-xr-x | www/functions/func_interface.php | 4 |
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."); |
