summaryrefslogtreecommitdiff
path: root/www/functions/func_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/functions/func_interface.php')
-rw-r--r--www/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 b7fbb5f..b543054 100644
--- a/www/functions/func_interface.php
+++ b/www/functions/func_interface.php
@@ -11,8 +11,8 @@ function show($db){
$content = get_content($db, $parentdir, $owner);
- if(!content){
- failure("There is no data.");
+ if(!$content){
+ failure("This folder is empty.");
}
var_dump($content);